Skip to content

Commit d542dcb

Browse files
committed
Fix formatting
1 parent c0a45ec commit d542dcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#if SANITIZER_FREEBSD || SANITIZER_LINUX || SANITIZER_NETBSD || \
1515
SANITIZER_SOLARIS
1616

17-
#include "sanitizer_common.h"
18-
#include "sanitizer_placement_new.h"
19-
#include "sanitizer_procmaps.h"
17+
# include "sanitizer_common.h"
18+
# include "sanitizer_placement_new.h"
19+
# include "sanitizer_procmaps.h"
2020

2121
namespace __sanitizer {
2222

0 commit comments

Comments
 (0)