Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: tests/TopoSortTest.cpp

Issue 1842753002: Style bikeshed - remove extraneous whitespace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/TextureCompressionTest.cpp ('k') | tests/UtilsTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/TopoSortTest.cpp
diff --git a/tests/TopoSortTest.cpp b/tests/TopoSortTest.cpp
index 358cd8dbad21b0ca5e0d6250c66707c3c691f31a..9cee4853e0e522ec5b4973746360b16a631dca05 100644
--- a/tests/TopoSortTest.cpp
+++ b/tests/TopoSortTest.cpp
@@ -121,7 +121,7 @@ DEF_TEST(TopoSort, reporter) {
for (size_t i = 0; i < SK_ARRAY_COUNT(tests); ++i) {
SkTDArray<sk_tool_utils::TopoTestNode*> graph;
-
+
(tests[i].fCreate)(&graph);
sk_tool_utils::TopoTestNode::Shuffle(&graph, &rand);
@@ -139,4 +139,3 @@ DEF_TEST(TopoSort, reporter) {
sk_tool_utils::TopoTestNode::DeallocNodes(&graph);
}
}
-
« no previous file with comments | « tests/TextureCompressionTest.cpp ('k') | tests/UtilsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698