Add {# End of file #} for TF-M templates

pull/10218/head
Oren Cohen 2019-03-28 10:35:17 +02:00
parent 268b48c2e5
commit 2bce25750d
5 changed files with 5 additions and 0 deletions

View File

@ -33,3 +33,4 @@
{% endfor %}
{% endfor %}
{# End of file #}

View File

@ -47,3 +47,4 @@
#endif
#endif // __TFM_PARTITION_DEFS_INC__
{# End of file #}

View File

@ -33,3 +33,4 @@ PARTITION_ADD_INIT_FUNC({{partition.name|upper}}, {{partition.entry_point}});
#endif // USE_PSA_TEST_PARTITIONS
#endif // __TFM_PARTITION_LIST_INC__
{# End of file #}

View File

@ -31,3 +31,4 @@
#endif // USE_PSA_TEST_PARTITIONS
#endif // __TFM_SERVICE_LIST_INC__
{# End of file #}

View File

@ -33,3 +33,4 @@
#endif // USE_PSA_TEST_PARTITIONS
#endif // __TFM_SPM_SIGNAL_DEFS_H__
{# End of file #}