[compiler-rt] a6efcf1 - Format fix in recent change. Removed whitespace. [NFC]

Blue Gaston via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 09:26:29 PDT 2022


Author: Blue Gaston
Date: 2022-04-18T09:23:01-07:00
New Revision: a6efcf1c3170afa43950c7ba96a2b9fc9f4d93e8

URL: https://github.com/llvm/llvm-project/commit/a6efcf1c3170afa43950c7ba96a2b9fc9f4d93e8
DIFF: https://github.com/llvm/llvm-project/commit/a6efcf1c3170afa43950c7ba96a2b9fc9f4d93e8.diff

LOG: Format fix in recent change. Removed whitespace. [NFC]

Added: 
    

Modified: 
    compiler-rt/lib/sanitizer_common/sanitizer_platform.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
index e22cc6a0330ff..4f2c55125c8a0 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
@@ -340,7 +340,7 @@
 #  define MSC_PREREQ(version) 0
 #endif
 
-#if SANITIZER_MAC && defined (__x86_64__)
+#if SANITIZER_MAC && defined(__x86_64__)
 #  define SANITIZER_NON_UNIQUE_TYPEINFO 0
 #else
 #  define SANITIZER_NON_UNIQUE_TYPEINFO 1


        


More information about the llvm-commits mailing list