Skip to content

Commit 1c4588d

Browse files
committed
Fix formatting
1 parent 10c6031 commit 1c4588d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@
320320

321321
// The first address that can be returned by mmap.
322322
#if SANITIZER_AIX && SANITIZER_WORDSIZE == 64
323-
# define SANITIZER_MMAP_BEGIN 0x0a00000000000000ULL
323+
# define SANITIZER_MMAP_BEGIN 0x0a00000000000000ULL
324324
#else
325-
# define SANITIZER_MMAP_BEGIN 0
325+
# define SANITIZER_MMAP_BEGIN 0
326326
#endif
327327

328328
// The range of addresses which can be returned my mmap.

0 commit comments

Comments
 (0)