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

Unified Diff: net/tools/flip_server/create_listener.h

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/constants.h ('k') | net/tools/flip_server/create_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/create_listener.h
diff --git a/net/tools/flip_server/create_listener.h b/net/tools/flip_server/create_listener.h
index a3f5a87e6a34c2ac7ff37e22b4adce61b00e013e..8ab619c1dfd7f9c5c100bf1f73ad55895842dc14 100644
--- a/net/tools/flip_server/create_listener.h
+++ b/net/tools/flip_server/create_listener.h
@@ -44,9 +44,9 @@ int CreateListeningSocket(const std::string& host,
bool reuseport,
bool wait_for_iface,
bool disable_nagle,
- int * listen_fd);
+ int* listen_fd);
-int CreateConnectedSocket(int *connect_fd,
+int CreateConnectedSocket(int* connect_fd,
const std::string& host,
const std::string& port,
bool is_numeric_host_address,
« no previous file with comments | « net/tools/flip_server/constants.h ('k') | net/tools/flip_server/create_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698