aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.cc
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-01-26 18:12:30 -0800
committerGravatar vjpai <vpai@google.com>2016-01-26 18:12:30 -0800
commit94aada9ee5f35b5c1df6b103f3d8e8f24cbaaf70 (patch)
tree7d1d2c85ce0bf57b264436ed84bdfc84093055e7 /test/cpp/qps/driver.cc
parent020c2f36ac7bec80a20c1acfe30d179902f77acd (diff)
clang-format
Diffstat (limited to 'test/cpp/qps/driver.cc')
-rw-r--r--test/cpp/qps/driver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc
index 20d429751d..39b8f5cf0d 100644
--- a/test/cpp/qps/driver.cc
+++ b/test/cpp/qps/driver.cc
@@ -161,8 +161,8 @@ std::unique_ptr<ScenarioResult> RunScenario(
// where class contained in std::vector must have a copy constructor
auto* servers = new ServerData[num_servers];
for (size_t i = 0; i < num_servers; i++) {
- gpr_log(GPR_INFO, "Starting server on %s (worker #%d)",
- workers[i].c_str(), i);
+ gpr_log(GPR_INFO, "Starting server on %s (worker #%d)", workers[i].c_str(),
+ i);
servers[i].stub = WorkerService::NewStub(
CreateChannel(workers[i], InsecureChannelCredentials()));
ServerArgs args;