From 9eaae3d8f67a7f85c58888b2074854f63266bfac Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 21 Jun 2014 02:10:17 +0000 Subject: [PATCH] tsan: fix code formatting llvm-svn: 211429 --- compiler-rt/lib/tsan/rtl/tsan_sync.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/tsan/rtl/tsan_sync.cc b/compiler-rt/lib/tsan/rtl/tsan_sync.cc index 9e51404..921b1fc 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_sync.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_sync.cc @@ -92,7 +92,7 @@ void MetaMap::FreeRange(ThreadState *thr, uptr pc, uptr p, uptr sz) { break; } else if (idx & kFlagSync) { DCHECK(idx & kFlagSync); - SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask); + SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask); u32 next = s->next; s->Reset(); sync_alloc_.Free(&thr->sync_cache, idx & ~kFlagMask); -- 2.7.4