Skip to content

Commit 0234d62

Browse files
mdcornutkanteck
authored andcommitted
clang-format: ignore aarch64_label.h
Signed-off-by: Marcel Cornu <[email protected]>
1 parent 84ad119 commit 0234d62

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.clang-format-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include/aarch64_multibinary.h
2+
include/aarch64_label.h
23
**/aarch64/*.h

include/aarch64_label.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
#ifdef __USER_LABEL_PREFIX__
55
#define CONCAT1(a, b) CONCAT2(a, b)
6-
#define CONCAT2(a, b) a##b
7-
#define cdecl(x) CONCAT1(__USER_LABEL_PREFIX__, x)
6+
#define CONCAT2(a, b) a ## b
7+
#define cdecl(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
88
#else
99
#define cdecl(x) x
1010
#endif
1111

1212
#ifdef __APPLE__
13-
#define ASM_DEF_RODATA .section __TEXT, __const
13+
#define ASM_DEF_RODATA .section __TEXT,__const
1414
#else
15-
#define ASM_DEF_RODATA .section.rodata
15+
#define ASM_DEF_RODATA .section .rodata
1616
#endif
1717

1818
#endif

0 commit comments

Comments
 (0)