diff --git a/bolt/runtime/hugify.cpp b/bolt/runtime/hugify.cpp index 67d5fa26007d2..672b04247dfa4 100644 --- a/bolt/runtime/hugify.cpp +++ b/bolt/runtime/hugify.cpp @@ -6,8 +6,8 @@ // //===---------------------------------------------------------------------===// -#if defined(__x86_64__) || \ - (defined(__aarch64__) || defined(__arm64__)) && !defined(__APPLE__) +#if (defined(__x86_64__) || defined(__aarch64__) || defined(__arm64__)) && \ + !defined(__APPLE__) #include "common.h"