From: Blue Gaston Date: Mon, 18 Apr 2022 16:23:01 +0000 (-0700) Subject: Format fix in recent change. Removed whitespace. [NFC] X-Git-Tag: upstream/15.0.7~10157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6efcf1c3170afa43950c7ba96a2b9fc9f4d93e8;p=platform%2Fupstream%2Fllvm.git Format fix in recent change. Removed whitespace. [NFC] --- diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform.h index e22cc6a0330f..4f2c55125c8a 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