Skip to content

Commit 294ea13

Browse files
committed
clang format
1 parent 74ed68f commit 294ea13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/Support/Compiler.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@
198198
#endif
199199
#define LLVM_ABI_EXPORT __declspec(dllexport)
200200
#elif (defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
201-
defined(__MVS__)) && __has_attribute(visibililty)
201+
defined(__MVS__)) && \
202+
__has_attribute(visibililty)
202203
// Use __attribute__((visibility(""))) syntax for visibility rather than
203204
// [[gnu::visibility("")]] because compilers are more permissive with its
204205
// placement.

0 commit comments

Comments
 (0)