aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-10-24 12:39:04 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-10-24 12:39:04 -0700
commit26ef574874323e2ba480767d2bdfbd17e35d7339 (patch)
treebda1c81c9a5d28305784a23cf46f8e5bf2fdfb04 /include/grpc++/server.h
parent069c12de238b86299d14887dfa5c87902ad6117d (diff)
clang format issues
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index a6deb5ee6b..a6d70c7577 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -201,7 +201,7 @@ class Server GRPC_FINAL : public ServerInterface, private GrpcLibraryCodegen {
grpc::mutex mu_;
bool started_;
bool shutdown_;
- bool shutdown_notified_; // Was notify called on the shutdown_cv_
+ bool shutdown_notified_; // Was notify called on the shutdown_cv_
grpc::condition_variable shutdown_cv_;