aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-14 06:10:15 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-14 06:10:15 -0800
commit754bd26e28496f0be294a3b58060ad2fea91f76c (patch)
tree7e80c6c0aad1b8c1b5212c23e4b91b4acefc115d /include/grpc++
parent6d32e873a6d21758ff854aba9c6f27a7dc548f66 (diff)
clang-format code
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/support/byte_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/support/byte_buffer.h b/include/grpc++/support/byte_buffer.h
index be1957ac84..84042cbef8 100644
--- a/include/grpc++/support/byte_buffer.h
+++ b/include/grpc++/support/byte_buffer.h
@@ -57,7 +57,7 @@ class ByteBuffer GRPC_FINAL {
/// Constuct a byte buffer by referencing elements of existing buffer
/// \a buf. Wrapper of core function grpc_byte_buffer_copy
- ByteBuffer(const ByteBuffer&buf);
+ ByteBuffer(const ByteBuffer& buf);
~ByteBuffer();