aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-28 10:16:06 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-28 10:16:06 -0700
commit69684061dae3552e45befd19c46e77dd6412a660 (patch)
treeafa79d4bff73195508174ae265d7736d2e833dfd /include/grpc++/impl
parent34522cdac57135f9c933708aff61f96d4923a74e (diff)
parentd3366d7ff05de14b4d1c6d75f674b5fdd1dd07dd (diff)
Merge github.com:grpc/grpc into mergabit
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r--include/grpc++/impl/call.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/impl/call.h b/include/grpc++/impl/call.h
index 885a1075ad..df45d6f485 100644
--- a/include/grpc++/impl/call.h
+++ b/include/grpc++/impl/call.h
@@ -248,8 +248,7 @@ 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;
grpc_byte_buffer_destroy(recv_buf_);