aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/client_unary_call.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-17 07:38:26 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-17 07:38:26 -0800
commit573523f1278a8c797c10ebb2a8b571d6891a22cc (patch)
tree1d250d9a1747e9fa3949776ecf9d9789ff0c633d /include/grpc++/impl/client_unary_call.h
parent73b7018ebdf546684fc916dcf87d21dd82d0b4c5 (diff)
clang-format
Diffstat (limited to 'include/grpc++/impl/client_unary_call.h')
-rw-r--r--include/grpc++/impl/client_unary_call.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/impl/client_unary_call.h b/include/grpc++/impl/client_unary_call.h
index 091430b884..22a8a04c82 100644
--- a/include/grpc++/impl/client_unary_call.h
+++ b/include/grpc++/impl/client_unary_call.h
@@ -61,7 +61,6 @@ Status BlockingUnaryCall(ChannelInterface *channel, const RpcMethod &method,
const google::protobuf::Message &request,
google::protobuf::Message *result);
-} // namespace grpc
+} // namespace grpc
#endif
-