Skip to content

Commit 2ef27cf

Browse files
committed
clang-format
1 parent 4f0fde7 commit 2ef27cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_win_thunk_interception.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ void initialize_thunks(const sanitizer_thunk *begin,
6666
extern "C" void WEAK_EXPORT_NAME(local_function)(); \
6767
WIN_WEAK_IMPORT_DEF(local_function) \
6868
__attribute__((optnone)) static int register_weak_##local_function() { \
69-
if ((uintptr_t)&local_function != \
70-
(uintptr_t)&WEAK_EXPORT_NAME(local_function)) { \
69+
if ((uintptr_t) & local_function != (uintptr_t) & \
70+
WEAK_EXPORT_NAME(local_function)) { \
7171
return __sanitizer::register_weak( \
7272
SANITIZER_STRINGIFY(WEAK_EXPORT_NAME(local_function)), \
7373
reinterpret_cast<__sanitizer::uptr>(local_function)); \

0 commit comments

Comments
 (0)