aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/byte_buffer.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-05 07:14:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-05 07:14:58 -0700
commitce40de58da69dc5fb1569d4dca934ef7eea4d3b1 (patch)
treea5f6cea76723eb3e8878dfcc55c18c6b2f786d25 /include/grpc++/byte_buffer.h
parentc091d5f4cde41d97b75dafb44a1e6708e007922b (diff)
clang-format
Diffstat (limited to 'include/grpc++/byte_buffer.h')
-rw-r--r--include/grpc++/byte_buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/byte_buffer.h b/include/grpc++/byte_buffer.h
index 618ec764df..80b3397a2d 100644
--- a/include/grpc++/byte_buffer.h
+++ b/include/grpc++/byte_buffer.h
@@ -85,7 +85,8 @@ class ByteBuffer GRPC_FINAL {
template <>
class SerializationTraits<ByteBuffer, void> {
public:
- static Status Deserialize(grpc_byte_buffer* byte_buffer, ByteBuffer* dest, int max_message_size) {
+ static Status Deserialize(grpc_byte_buffer* byte_buffer, ByteBuffer* dest,
+ int max_message_size) {
dest->set_buffer(byte_buffer);
return Status::OK;
}