Skip to content

Commit c8c1f3a

Browse files
committed
Remove whitespace
1 parent 7a57c8c commit c8c1f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,8 @@ INTERCEPTOR(long double, frexpl, long double x, int *exp) {
973973
}
974974

975975
#define INIT_FREXPF_FREXPL \
976-
COMMON_INTERCEPT_FUNCTION(frexpf); \
977-
COMMON_INTERCEPT_FUNCTION_LDBL(frexpl)
976+
COMMON_INTERCEPT_FUNCTION(frexpf); \
977+
COMMON_INTERCEPT_FUNCTION_LDBL(frexpl)
978978
#else
979979
#define INIT_FREXPF_FREXPL
980980
#endif // SANITIZER_INTERCEPT_FREXPF_FREXPL

0 commit comments

Comments
 (0)