[compiler-rt] r230173 - Whitespace fix for r230172.

Kuba Brecka kuba.brecka at gmail.com
Sun Feb 22 03:49:22 PST 2015


Author: kuba.brecka
Date: Sun Feb 22 05:49:21 2015
New Revision: 230173

URL: http://llvm.org/viewvc/llvm-project?rev=230173&view=rev
Log:
Whitespace fix for r230172.


Modified:
    compiler-rt/trunk/test/asan/TestCases/gc-test.cc

Modified: compiler-rt/trunk/test/asan/TestCases/gc-test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/gc-test.cc?rev=230173&r1=230172&r2=230173&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/gc-test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/gc-test.cc Sun Feb 22 05:49:21 2015
@@ -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();






More information about the llvm-commits mailing list