aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/server_interface.h
diff options
context:
space:
mode:
authorGravatar Ara Ayvazyan <aivazyan@microsoft.com>2018-04-02 10:56:45 -0700
committerGravatar Ara Ayvazyan <aivazyan@microsoft.com>2018-04-02 10:56:45 -0700
commit8016d35acace57454d6a1c9321eb5fb6ee14c92f (patch)
treefd244b86cff358af6d3bf65f9a2bef05be9bd229 /include/grpcpp/impl/codegen/server_interface.h
parentf76069a593884b1f580bd8568678c67ce860ee45 (diff)
fixup! Fix formatting
Diffstat (limited to 'include/grpcpp/impl/codegen/server_interface.h')
-rw-r--r--include/grpcpp/impl/codegen/server_interface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/grpcpp/impl/codegen/server_interface.h b/include/grpcpp/impl/codegen/server_interface.h
index 70c90681f0..1a38d0eace 100644
--- a/include/grpcpp/impl/codegen/server_interface.h
+++ b/include/grpcpp/impl/codegen/server_interface.h
@@ -190,14 +190,14 @@ class ServerInterface : public internal::CallHook {
}
~PayloadAsyncRequest() {
- payload_.Release(); // We do not own the payload_
+ payload_.Release(); // We do not own the payload_
}
bool FinalizeResult(void** tag, bool* status) override {
if (*status) {
- if (!payload_.Valid() ||
- !SerializationTraits<Message>::Deserialize(payload_.bbuf_ptr(), request_)
- .ok()) {
+ if (!payload_.Valid() || !SerializationTraits<Message>::Deserialize(
+ payload_.bbuf_ptr(), request_)
+ .ok()) {
// If deserialization fails, we cancel the call and instantiate
// a new instance of ourselves to request another call. We then
// return false, which prevents the call from being returned to