aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-11-01 16:33:18 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-11-01 16:33:18 -0700
commit713c7b87e11e57ad2a4188a3a127719c38eb998c (patch)
treebd627ef34f36882494e901895bc88172655966ee /include/grpc++/server.h
parentc0b2acb1a085d6220d2d813c38ebcbb51498f6e9 (diff)
clang-format
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 6d0d2d9a8a..8035c63da4 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -143,8 +143,7 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
/// Register a service. This call does not take ownership of the service.
/// The service must exist for the lifetime of the Server instance.
- bool RegisterService(const grpc::string* host,
- Service* service) override;
+ bool RegisterService(const grpc::string* host, Service* service) override;
/// Register a generic service. This call does not take ownership of the
/// service. The service must exist for the lifetime of the Server instance.