Skip to content

Commit 2bce257

Browse files
author
Oren Cohen
committed
Add {# End of file #} for TF-M templates
1 parent 268b48c commit 2bce257

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

tools/psa/tfm/templates/sid.h.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
{% endfor %}
3434

3535
{% endfor %}
36+
{# End of file #}

tools/psa/tfm/templates/tfm_partition_defs.inc.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@
4747
#endif
4848

4949
#endif // __TFM_PARTITION_DEFS_INC__
50+
{# End of file #}

tools/psa/tfm/templates/tfm_partition_list.inc.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ PARTITION_ADD_INIT_FUNC({{partition.name|upper}}, {{partition.entry_point}});
3333
#endif // USE_PSA_TEST_PARTITIONS
3434

3535
#endif // __TFM_PARTITION_LIST_INC__
36+
{# End of file #}

tools/psa/tfm/templates/tfm_service_list.inc.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
#endif // USE_PSA_TEST_PARTITIONS
3232

3333
#endif // __TFM_SERVICE_LIST_INC__
34+
{# End of file #}

tools/psa/tfm/templates/tfm_spm_signal_defs.h.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
#endif // USE_PSA_TEST_PARTITIONS
3434

3535
#endif // __TFM_SPM_SIGNAL_DEFS_H__
36+
{# End of file #}

0 commit comments

Comments
 (0)