Skip to content

Commit acecb5d

Browse files
committed
[NFC][HWASAN] Reformat InitializeInterceptors
1 parent 1d1cd72 commit acecb5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler-rt/lib/hwasan/hwasan_interceptors.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@ void InitializeInterceptors() {
262262
static int inited = 0;
263263
CHECK_EQ(inited, 0);
264264

265-
#if HWASAN_WITH_INTERCEPTORS
266-
#if defined(__linux__)
265+
# if HWASAN_WITH_INTERCEPTORS
266+
# if defined(__linux__)
267267
INTERCEPT_FUNCTION(__libc_longjmp);
268268
INTERCEPT_FUNCTION(longjmp);
269269
INTERCEPT_FUNCTION(siglongjmp);
270270
INTERCEPT_FUNCTION(vfork);
271-
#endif // __linux__
271+
# endif // __linux__
272272
INTERCEPT_FUNCTION(pthread_create);
273273
INTERCEPT_FUNCTION(pthread_join);
274274
# endif

0 commit comments

Comments
 (0)