Skip to content

Commit a6efcf1

Browse files
committed
Format fix in recent change. Removed whitespace. [NFC]
1 parent ce87133 commit a6efcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
# define MSC_PREREQ(version) 0
341341
#endif
342342

343-
#if SANITIZER_MAC && defined (__x86_64__)
343+
#if SANITIZER_MAC && defined(__x86_64__)
344344
# define SANITIZER_NON_UNIQUE_TYPEINFO 0
345345
#else
346346
# define SANITIZER_NON_UNIQUE_TYPEINFO 1

0 commit comments

Comments
 (0)