Skip to content

Commit 8c70523

Browse files
committed
Revert newlines
1 parent 6eaf463 commit 8c70523

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3082,7 +3082,6 @@ void InitializeInterceptors() {
30823082
#if SANITIZER_LINUX
30833083
TSAN_INTERCEPT(clone);
30843084
#endif
3085-
30863085
#if !SANITIZER_ANDROID
30873086
TSAN_INTERCEPT(dl_iterate_phdr);
30883087
#endif

compiler-rt/lib/tsan/rtl/tsan_rtl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,6 @@ void CheckUnwind() {
673673
thr->ignore_reads_and_writes++;
674674
atomic_store_relaxed(&thr->in_signal_handler, 0);
675675
#endif
676-
677676
PrintCurrentStack(StackTrace::GetCurrentPc(),
678677
common_flags()->fast_unwind_on_fatal);
679678
}

0 commit comments

Comments
 (0)