David Horstmann bcc535cf31 Linewrap for the benefit of Uncrustify
The last line of programs/psa/key_ladder_demo.c is of the following
form:

 #endif /* Very long comment ... */

Uncrustify tries to reduce the length:

 #endif \
     /* Very long comment ... */

and causes a compiler error as there is a continuation line with no
actual code in it. Work around this by linewrapping the comment
in advance.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2022-12-01 15:53:39 +00:00
..
CMakeLists.txt Build: Add MBEDTLS_TARGET_PREFIX 2020-10-20 13:44:44 +01:00
crypto_examples.c Rename output buffer size macros 2021-01-21 13:17:25 +01:00
key_ladder_demo.c Linewrap for the benefit of Uncrustify 2022-12-01 15:53:39 +00:00
key_ladder_demo.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
psa_constant_names_generated.c Add missing PSA_ALG_NONE macro. 2021-11-03 12:38:57 +01:00
psa_constant_names.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00