Clang_format

pull/12306/head
Ken Payson 8 years ago
parent 9519718811
commit 4754398f81
  1. 3
      include/grpc++/impl/codegen/call.h

@ -308,7 +308,8 @@ template <class M>
Status CallOpSendMessage::SendMessage(const M& message, WriteOptions options) {
write_options_ = options;
bool own_buf;
Status result = SerializationTraits<M>::Serialize(message, &send_buf_, &own_buf);
Status result =
SerializationTraits<M>::Serialize(message, &send_buf_, &own_buf);
if (!own_buf) {
send_buf_ = g_core_codegen_interface->grpc_byte_buffer_copy(send_buf_);
}

Loading…
Cancel
Save