aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-01-13 11:17:13 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-01-13 11:17:13 -0800
commit3448c27275aced9d591b70358d130f3059499b73 (patch)
tree94cdb30453b91f9a215ce1fd392e61a627b8838d /test/cpp/qps/server.h
parent0e66efdaddf096f9833ca37e7eee958b2316242f (diff)
clang-format
Diffstat (limited to 'test/cpp/qps/server.h')
-rw-r--r--test/cpp/qps/server.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h
index 474473a7d0..3d2ffa8710 100644
--- a/test/cpp/qps/server.h
+++ b/test/cpp/qps/server.h
@@ -34,16 +34,16 @@
#ifndef TEST_QPS_SERVER_H
#define TEST_QPS_SERVER_H
-#include <vector>
-#include <grpc/support/cpu.h>
#include <grpc++/security/server_credentials.h>
+#include <grpc/support/cpu.h>
+#include <vector>
+#include "src/proto/grpc/testing/control.grpc.pb.h"
+#include "src/proto/grpc/testing/messages.grpc.pb.h"
#include "test/core/end2end/data/ssl_test_data.h"
#include "test/core/util/port.h"
#include "test/cpp/qps/coresched.h"
#include "test/cpp/qps/timer.h"
-#include "src/proto/grpc/testing/messages.grpc.pb.h"
-#include "src/proto/grpc/testing/control.grpc.pb.h"
namespace grpc {
namespace testing {
@@ -99,7 +99,7 @@ class Server {
}
int port() const { return port_; }
- int cores() const { return cores_;}
+ int cores() const { return cores_; }
static std::shared_ptr<ServerCredentials> CreateServerCredentials(
const ServerConfig& config) {
if (config.has_security_params()) {