diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-09-25 22:04:11 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-09-25 22:04:11 -0700 |
commit | 0f9a118f4e9447d5fb2b08e9dffd58c1d96eee44 (patch) | |
tree | 7487c3a97472a915c18936072f0ac603d6074843 /include/grpc++/impl/call.h | |
parent | 6c3709c4b3f2a54cd7cc7177970e0fff20281214 (diff) | |
parent | dd693422189801404514ef6f118256ec8f19728a (diff) |
Merge pull request #3474 from ctiller/clang_format
Add clang-format to sanity
Diffstat (limited to 'include/grpc++/impl/call.h')
-rw-r--r-- | include/grpc++/impl/call.h | 3 |
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_); |