aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-03-03 14:24:49 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-03-03 14:24:49 -0800
commit10923c2fb5b1d70d13b158712da17cbefbdcd835 (patch)
tree6925a6570a76decdf6749b085a9474991ec8ff19 /test/cpp/qps/server.h
parent6af9ed0bf78a1fe6cbfe5e91d44d34da5b152f1b (diff)
Formatting
Diffstat (limited to 'test/cpp/qps/server.h')
-rw-r--r--test/cpp/qps/server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h
index 35d1aed19f..3542c17a6a 100644
--- a/test/cpp/qps/server.h
+++ b/test/cpp/qps/server.h
@@ -46,7 +46,8 @@ class Server {
virtual ServerStats Mark() = 0;
};
-std::unique_ptr<Server> CreateSynchronousServer(const ServerConfig& config, int port);
+std::unique_ptr<Server> CreateSynchronousServer(const ServerConfig& config,
+ int port);
std::unique_ptr<Server> CreateAsyncServer(const ServerConfig& config, int port);
} // namespace testing