Whitespace fix for r230172.

llvm-svn: 230173
This commit is contained in:
Kuba Brecka 2015-02-22 11:49:21 +00:00
parent 11bb33c78b
commit 3280dc7081
1 changed files with 1 additions and 1 deletions

View File

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