aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-01-27 09:03:18 -0800
committerGravatar vjpai <vpai@google.com>2016-01-27 09:03:18 -0800
commit0c31b608058a36bd9d4163c72f666e94eb8442b0 (patch)
tree23aea3073aab95d28880e2d873a0123b9ebf41a2
parent768007b3dea181e58caa09f3eb4a9b7f8b6ff86c (diff)
Sanity failures (copyright, clang-format)
-rw-r--r--include/grpc++/server.h2
-rw-r--r--test/cpp/qps/driver.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index c9371ba649..f24ed333bb 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc
index 39b8f5cf0d..66269ae757 100644
--- a/test/cpp/qps/driver.cc
+++ b/test/cpp/qps/driver.cc
@@ -162,7 +162,7 @@ std::unique_ptr<ScenarioResult> RunScenario(
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);
+ i);
servers[i].stub = WorkerService::NewStub(
CreateChannel(workers[i], InsecureChannelCredentials()));
ServerArgs args;