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

Unified Diff: net/tools/flip_server/flip_config.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/flip_config.cc
diff --git a/net/tools/flip_server/flip_config.cc b/net/tools/flip_server/flip_config.cc
index 8be1fe03291abd29f6d2286539d9b79e8f90cb41..ca3f34be25f282398a786ad4d5a1ea2039895813 100644
--- a/net/tools/flip_server/flip_config.cc
+++ b/net/tools/flip_server/flip_config.cc
@@ -91,14 +91,17 @@ FlipAcceptor::FlipAcceptor(enum FlipHandlerType flip_handler_type,
VLOG(1) << "\tSpdy Only : " << (spdy_only ? "true" : "false");
}
-FlipAcceptor::~FlipAcceptor() {}
+FlipAcceptor::~FlipAcceptor() {
+}
FlipConfig::FlipConfig()
: server_think_time_in_s_(0),
log_destination_(logging::LOG_TO_SYSTEM_DEBUG_LOG),
- wait_for_iface_(false) {}
+ wait_for_iface_(false) {
+}
-FlipConfig::~FlipConfig() {}
+FlipConfig::~FlipConfig() {
+}
void FlipConfig::AddAcceptor(enum FlipHandlerType flip_handler_type,
std::string listen_ip,

Powered by Google App Engine
This is Rietveld 408576698