diff --git a/tools/psa/tfm/templates/sid.h.tpl b/tools/psa/tfm/templates/sid.h.tpl index f8fb204544..6065fa95e2 100644 --- a/tools/psa/tfm/templates/sid.h.tpl +++ b/tools/psa/tfm/templates/sid.h.tpl @@ -33,3 +33,4 @@ {% endfor %} {% endfor %} +{# End of file #} diff --git a/tools/psa/tfm/templates/tfm_partition_defs.inc.tpl b/tools/psa/tfm/templates/tfm_partition_defs.inc.tpl index 7c27c9293d..87fbe87d56 100644 --- a/tools/psa/tfm/templates/tfm_partition_defs.inc.tpl +++ b/tools/psa/tfm/templates/tfm_partition_defs.inc.tpl @@ -47,3 +47,4 @@ #endif #endif // __TFM_PARTITION_DEFS_INC__ +{# End of file #} diff --git a/tools/psa/tfm/templates/tfm_partition_list.inc.tpl b/tools/psa/tfm/templates/tfm_partition_list.inc.tpl index 37f4d1d2ad..b0a67125ba 100644 --- a/tools/psa/tfm/templates/tfm_partition_list.inc.tpl +++ b/tools/psa/tfm/templates/tfm_partition_list.inc.tpl @@ -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 #} diff --git a/tools/psa/tfm/templates/tfm_service_list.inc.tpl b/tools/psa/tfm/templates/tfm_service_list.inc.tpl index 8124aa219e..fc2daa2416 100644 --- a/tools/psa/tfm/templates/tfm_service_list.inc.tpl +++ b/tools/psa/tfm/templates/tfm_service_list.inc.tpl @@ -31,3 +31,4 @@ #endif // USE_PSA_TEST_PARTITIONS #endif // __TFM_SERVICE_LIST_INC__ +{# End of file #} diff --git a/tools/psa/tfm/templates/tfm_spm_signal_defs.h.tpl b/tools/psa/tfm/templates/tfm_spm_signal_defs.h.tpl index 3d3464acb5..ceda3228e4 100644 --- a/tools/psa/tfm/templates/tfm_spm_signal_defs.h.tpl +++ b/tools/psa/tfm/templates/tfm_spm_signal_defs.h.tpl @@ -33,3 +33,4 @@ #endif // USE_PSA_TEST_PARTITIONS #endif // __TFM_SPM_SIGNAL_DEFS_H__ +{# End of file #}