Fixup whitespace.
authorKuba Mracek <mracek@apple.com>
Mon, 10 Jul 2017 15:19:14 +0000 (15:19 +0000)
committerKuba Mracek <mracek@apple.com>
Mon, 10 Jul 2017 15:19:14 +0000 (15:19 +0000)
llvm-svn: 307538

compiler-rt/test/tsan/deep_stack1.cc

index e564083..44dd0c4 100644 (file)
@@ -26,7 +26,7 @@ void *Thread(void *p) {
 
 static size_t RoundUp(size_t n, size_t to) {
   return ((n + to - 1) / to) * to;
-} 
+}
 
 int main() {
   barrier_init(&barrier, 2);