Index: tests/TLSTest.cpp |
=================================================================== |
--- tests/TLSTest.cpp (revision 5253) |
+++ tests/TLSTest.cpp (working copy) |
@@ -38,7 +38,7 @@ |
for (i = 0; i < N; ++i) { |
threads[i] = new SkThread(thread_main); |
} |
- |
+ |
for (i = 0; i < N; ++i) { |
threads[i]->start(); |
} |