aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/call.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-03-28 11:09:21 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-03-28 11:09:21 -0700
commitd0facacece41cb4ae887cb565d8d8447249d4adb (patch)
treef90fa102c47dd9972f15258a1af3ae0e6e6c3e60 /include/grpc++/impl/codegen/call.h
parent761f7bc3e4cb87af5521eae8803d27dbee64c958 (diff)
parente5cc05b5c6cee7026a0d28d39925621451506820 (diff)
Merge branch 'master' into make_unix_sockets_great_again
Diffstat (limited to 'include/grpc++/impl/codegen/call.h')
-rw-r--r--include/grpc++/impl/codegen/call.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h
index 03affc2125..50f5a75191 100644
--- a/include/grpc++/impl/codegen/call.h
+++ b/include/grpc++/impl/codegen/call.h
@@ -280,7 +280,8 @@ class CallOpRecvMessage {
if (*status) {
got_message = true;
*status = SerializationTraits<R>::Deserialize(recv_buf_, message_,
- max_message_size).ok();
+ max_message_size)
+ .ok();
} else {
got_message = false;
g_core_codegen_interface->grpc_byte_buffer_destroy(recv_buf_);