tsan: fix code style

llvm-svn: 163326
This commit is contained in:
Dmitry Vyukov 2012-09-06 16:11:30 +00:00
parent e637711ae0
commit 23ecb4acd9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const unsigned kMaxTid = 1 << kTidBits;
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