Skip to content

Commit 0fe5bb8

Browse files
committed
Clang-format
1 parent 5183171 commit 0fe5bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/lib/builtins/assembly.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@
337337
#endif
338338
#endif
339339

340-
#if defined(__ASSEMBLER__) && (defined(__i386__) || defined(__amd64__)) && !defined(__arm64ec__)
340+
#if defined(__ASSEMBLER__) && (defined(__i386__) || defined(__amd64__)) && \
341+
!defined(__arm64ec__)
341342
.att_syntax
342343
#endif
343344

0 commit comments

Comments
 (0)