Skip to content

Commit 2055191

Browse files
committed
Merge pull request #58 from ARMmbed/add_spaces_around_id_in_sec_gw
Add spaces around identifiers in secure gateway
2 parents 5f7d15c + 301329b commit 2055191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/mbed/uvisor-lib/secure_gateway.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
#define __UVISOR_SECURE_GATEWAY_METADATA(dst_box, dst_fn) \
2828
"b.n skip_args%=\n" \
29-
".word "UVISOR_TO_STRING(UVISOR_SVC_GW_MAGIC)"\n" \
30-
".word "UVISOR_TO_STRING(dst_fn)"\n" \
31-
".word "UVISOR_TO_STRING(dst_box)"_cfg_ptr\n" \
29+
".word " UVISOR_TO_STRING(UVISOR_SVC_GW_MAGIC) "\n" \
30+
".word " UVISOR_TO_STRING(dst_fn) "\n" \
31+
".word " UVISOR_TO_STRING(dst_box) "_cfg_ptr\n" \
3232
"skip_args%=:\n"
3333

3434
#endif /* __CC_ARM or __GNUC__ */

0 commit comments

Comments
 (0)