Skip to content

Commit 0584edf

Browse files
committed
clang-format
1 parent 53b138e commit 0584edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/asan/TestCases/fakestack_alignment.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ void *Thread(void *unused) {
4646
int main(int argc, char **argv) {
4747
pthread_attr_t attr;
4848
pthread_attr_init(&attr);
49-
#ifdef THREAD_STACK_SIZE
49+
#ifdef THREAD_STACK_SIZE
5050
pthread_attr_setstacksize(&attr, THREAD_STACK_SIZE);
51-
#endif
51+
#endif
5252

5353
pthread_t t[THREAD_COUNT];
5454
for (int i = 0; i < THREAD_COUNT; i++)

0 commit comments

Comments
 (0)