Skip to content

Commit 28eead0

Browse files
committed
[NFC][asan] Clang format a few lines
1 parent 1ffd77d commit 28eead0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler-rt/lib/asan/asan_interceptors.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ static int munmap_interceptor(Munmap real_munmap, void *addr, SIZE_T length) {
194194
__lsan::ScopedInterceptorDisabler disabler
195195
#endif
196196

197-
#define SIGNAL_INTERCEPTOR_ENTER() ENSURE_ASAN_INITED()
197+
# define SIGNAL_INTERCEPTOR_ENTER() ENSURE_ASAN_INITED()
198198

199-
#include "sanitizer_common/sanitizer_common_interceptors.inc"
200-
#include "sanitizer_common/sanitizer_signal_interceptors.inc"
199+
# include "sanitizer_common/sanitizer_common_interceptors.inc"
200+
# include "sanitizer_common/sanitizer_signal_interceptors.inc"
201201

202202
// Syscall interceptors don't have contexts, we don't support suppressions
203203
// for them.

0 commit comments

Comments
 (0)