diff options
author | Vijay Pai <vpai@google.com> | 2016-02-08 13:21:07 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-02-08 13:21:07 -0800 |
commit | 30bf3ea4b94eb3ded9296e3e7825d94d402be8be (patch) | |
tree | 0c2a9b489821e0f41315bab950763014b9f8399f /include/grpc++ | |
parent | c593ca017161e48367bf7182f01dac477109cf21 (diff) |
clang-format
Diffstat (limited to 'include/grpc++')
-rw-r--r-- | include/grpc++/impl/codegen/call.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h index c075388266..e65349ddd3 100644 --- a/include/grpc++/impl/codegen/call.h +++ b/include/grpc++/impl/codegen/call.h @@ -544,7 +544,7 @@ class CallOpSet : public CallOpSetInterface, this->Op5::FinishOp(status, max_message_size_); this->Op6::FinishOp(status, max_message_size_); *tag = return_tag_; - collection_.reset(); // drop the ref at this point + collection_.reset(); // drop the ref at this point return true; } |