Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(31)

Unified Diff: tests/TLSTest.cpp

Issue 6474054: Result of running tools/sanitize_source_files.py (II) (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b