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

Unified Diff: net/tools/flip_server/run_all_tests.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: net/tools/flip_server/run_all_tests.cc
diff --git a/net/tools/flip_server/run_all_tests.cc b/net/tools/flip_server/run_all_tests.cc
index 6acc286b9fd31c2b08c659e4fa299664ac06f0da..07ac2f753f8a4072cb25bece006f5ccea496c618 100644
--- a/net/tools/flip_server/run_all_tests.cc
+++ b/net/tools/flip_server/run_all_tests.cc
@@ -5,4 +5,6 @@
#include "base/test/test_suite.h"
#include "build/build_config.h"
-int main(int argc, char** argv) { return base::TestSuite(argc, argv).Run(); }
+int main(int argc, char** argv) {
+ return base::TestSuite(argc, argv).Run();
+}

Powered by Google App Engine
This is Rietveld 408576698