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

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

Issue 93793004: Format and Refactor Flip Server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years 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 | « net/tools/flip_server/ring_buffer.cc ('k') | net/tools/flip_server/sm_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 07ac2f753f8a4072cb25bece006f5ccea496c618..6acc286b9fd31c2b08c659e4fa299664ac06f0da 100644
--- a/net/tools/flip_server/run_all_tests.cc
+++ b/net/tools/flip_server/run_all_tests.cc
@@ -5,6 +5,4 @@
#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(); }
« no previous file with comments | « net/tools/flip_server/ring_buffer.cc ('k') | net/tools/flip_server/sm_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698