Skip to content

Commit 96d9617

Browse files
committed
Fix formatting
1 parent 6782f71 commit 96d9617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/lib/asan/asan_allocator.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ const uptr kAllocatorSpace = ~(uptr)0;
200200
# if defined(__powerpc64__)
201201
const uptr kAllocatorSize = 0x20000000000ULL; // 2T.
202202
typedef DefaultSizeClassMap SizeClassMap;
203-
# elif defined(__aarch64__) && (SANITIZER_ANDROID || defined(SANITIZER_AARCH64_39BIT_VA))
203+
# elif defined(__aarch64__) && \
204+
(SANITIZER_ANDROID || defined(SANITIZER_AARCH64_39BIT_VA))
204205
// Android needs to support 39, 42 and 48 bit VMA.
205206
const uptr kAllocatorSize = 0x2000000000ULL; // 128G.
206207
typedef VeryCompactSizeClassMap SizeClassMap;

0 commit comments

Comments
 (0)