| 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, | 
|  |