Whitespace fix for r230172.
authorKuba Brecka <kuba.brecka@gmail.com>
Sun, 22 Feb 2015 11:49:21 +0000 (11:49 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Sun, 22 Feb 2015 11:49:21 +0000 (11:49 +0000)
llvm-svn: 230173

compiler-rt/test/asan/TestCases/gc-test.cc

index 944590a..4ffa51d 100644 (file)
@@ -12,7 +12,7 @@
 #include <sanitizer/asan_interface.h>
 
 static const int kNumThreads = 2;
-static const int kLeftRedzoneSize = sizeof(void *) * 4;
+static const int kLeftRedzoneSize = sizeof(void *) * 4;
 
 void *Thread(void *unused)  {
   void *fake_stack = __asan_get_current_fake_stack();