Skip to content

Commit cb584eb

Browse files
clangformat.
include order is important. Change-Id: I509781a75ce86c91e646742d80f56d9c44f23f18
1 parent 3a11a86 commit cb584eb

File tree

1 file changed

+2
-2
lines changed
  • compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics

1 file changed

+2
-2
lines changed

compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/windows.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
#include <processthreadsapi.h>
44

55
#ifndef PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE
6-
#define PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE 34
6+
#define PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE 34
77
#endif
88

99
static void CONSTRUCTOR_ATTRIBUTE init_have_lse_atomics(void) {
10-
if(IsProcessorFeaturePresent(PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE))
10+
if (IsProcessorFeaturePresent(PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE))
1111
__aarch64_have_lse_atomics = true;
1212
}

0 commit comments

Comments
 (0)