Skip to content

Commit 209aebb

Browse files
committed
Fix formatting
1 parent 3db2fa9 commit 209aebb

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
@@ -282,7 +282,8 @@ __tysan_instrument_mem_inst(char *dest, char *src, uint64_t size,
282282
}
283283

284284
ALWAYS_INLINE
285-
static void __tysan_check_internal(void *addr, int size, tysan_type_descriptor *td, int flags,
285+
static void __tysan_check_internal(void *addr, int size,
286+
tysan_type_descriptor *td, int flags,
286287
uptr pc, uptr bp, uptr sp) {
287288
bool IsRead = flags & 1;
288289
bool IsWrite = flags & 2;

0 commit comments

Comments
 (0)