From a6efcf1c3170afa43950c7ba96a2b9fc9f4d93e8 Mon Sep 17 00:00:00 2001 From: Blue Gaston Date: Mon, 18 Apr 2022 09:23:01 -0700 Subject: [PATCH] Format fix in recent change. Removed whitespace. [NFC] --- compiler-rt/lib/sanitizer_common/sanitizer_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform.h index e22cc6a..4f2c551 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 -- 2.7.4