Skip to content

Commit 2ec235b

Browse files
committed
clang-format
1 parent 1f1f404 commit 2ec235b

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
@@ -51,12 +51,12 @@ int main(int argc, char **argv) {
5151
#endif
5252

5353
pthread_t threads[THREAD_COUNT];
54-
for (pthread_t& t : threads)
54+
for (pthread_t &t : threads)
5555
pthread_create(&t, &attr, Thread, 0);
5656

5757
pthread_attr_destroy(&attr);
5858

59-
for (pthread_t& t : threads)
59+
for (pthread_t &t : threads)
6060
pthread_join(t, 0);
6161

6262
if (misaligned) {

0 commit comments

Comments
 (0)