aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/generic
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-20 16:02:22 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-20 16:02:22 -0800
commitf3ddb7c55a4b158843fe44183cbf9ce72f4c9355 (patch)
treef4e303928967fdad71910e710484116fa24dc979 /include/grpc++/generic
parenta396276cde7cda9062783b01242f1ebb14a9a735 (diff)
clang-format
Diffstat (limited to 'include/grpc++/generic')
-rw-r--r--include/grpc++/generic/generic_stub.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/generic/generic_stub.h b/include/grpc++/generic/generic_stub.h
index a24fcb4fed..5ac0371efb 100644
--- a/include/grpc++/generic/generic_stub.h
+++ b/include/grpc++/generic/generic_stub.h
@@ -47,7 +47,8 @@ typedef ClientAsyncReaderWriter<ByteBuffer, ByteBuffer>
// by name.
class GenericStub GRPC_FINAL {
public:
- explicit GenericStub(std::shared_ptr<ChannelInterface> channel) : channel_(channel) {}
+ explicit GenericStub(std::shared_ptr<ChannelInterface> channel)
+ : channel_(channel) {}
// begin a call to a named method
std::unique_ptr<GenericClientAsyncReaderWriter> Call(