Skip to content

Commit ed76424

Browse files
committed
Undo formatting change
1 parent e531a92 commit ed76424

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_signal_interceptors.inc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ using namespace __sanitizer;
2424
#endif
2525

2626
#ifndef SIGNAL_INTERCEPTOR_SIGNAL_IMPL
27-
# define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
28-
{ \
29-
return REAL(func)(signum, handler); \
30-
}
27+
#define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
28+
{ return REAL(func)(signum, handler); }
3129
#endif
3230

3331
#ifndef SIGNAL_INTERCEPTOR_SIGACTION_IMPL

0 commit comments

Comments
 (0)