Skip to content

Commit 2b8d9ea

Browse files
committed
Fix formatting
1 parent a2260ee commit 2b8d9ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/lib/tysan/tysan.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ __tysan_instrument_mem_inst(char *dest, char *src, uint64_t size,
314314
}
315315

316316
ALWAYS_INLINE
317-
static void __tysan_check_internal(void *addr, int size, tysan_type_descriptor *td, int flags,
317+
static void __tysan_check_internal(void *addr, int size,
318+
tysan_type_descriptor *td, int flags,
318319
uptr pc, uptr bp, uptr sp) {
319320
bool IsRead = flags & 1;
320321
bool IsWrite = flags & 2;

0 commit comments

Comments
 (0)