summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/gc-test.cc
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-02-22 11:49:21 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-02-22 11:49:21 +0000
commit7e932b68bf5a5c06eb293c22611977e7c91a592b (patch)
tree333aac2c316c6d3b9afe26b451a895a6e53fa790 /test/asan/TestCases/gc-test.cc
parentace7f28e7b046289be5103f8306e1cdcb10c9c2d (diff)
Whitespace fix for r230172.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@230173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/gc-test.cc')
-rw-r--r--test/asan/TestCases/gc-test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/gc-test.cc b/test/asan/TestCases/gc-test.cc
index 944590a28..4ffa51dd2 100644
--- a/test/asan/TestCases/gc-test.cc
+++ b/test/asan/TestCases/gc-test.cc
@@ -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();