clang format issues

pull/8269/head
Sree Kuchibhotla 8 years ago
parent 069c12de23
commit 26ef574874
  1. 2
      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_;

Loading…
Cancel
Save