[llvm-commits] [compiler-rt] r163326 - /compiler-rt/trunk/lib/tsan/rtl/tsan_defs.h

Dmitry Vyukov dvyukov at google.com
Thu Sep 6 09:11:30 PDT 2012


Author: dvyukov
Date: Thu Sep  6 11:11:30 2012
New Revision: 163326

URL: http://llvm.org/viewvc/llvm-project?rev=163326&view=rev
Log:
tsan: fix code style

Modified:
    compiler-rt/trunk/lib/tsan/rtl/tsan_defs.h

Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_defs.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_defs.h?rev=163326&r1=163325&r2=163326&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_defs.h (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_defs.h Thu Sep  6 11:11:30 2012
@@ -29,7 +29,7 @@
 const unsigned kMaxTidInClock = kMaxTid * 2;  // This includes msb 'freed' bit.
 const int kClkBits = 43;
 #ifndef TSAN_GO
-const int kShadowStackSize = 4*1024;
+const int kShadowStackSize = 4 * 1024;
 const int kTraceStackSize = 256;
 #endif
 





More information about the llvm-commits mailing list