aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-01-25 15:02:56 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-01-25 15:02:56 -0800
commit9d76dbe5d37a0421c94f19deaa2301acb4f97556 (patch)
tree76b7924aba13cb05823bbdeca0994833300d34d9 /src/core/lib/surface/call.c
parent02adb8914ff512a9292729d667a248b628a973eb (diff)
clang-format
Diffstat (limited to 'src/core/lib/surface/call.c')
-rw-r--r--src/core/lib/surface/call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c
index 8de0b41fa4..cac5737d91 100644
--- a/src/core/lib/surface/call.c
+++ b/src/core/lib/surface/call.c
@@ -1478,8 +1478,8 @@ static grpc_call_error call_start_batch(grpc_exec_ctx *exec_ctx,
/* If the outgoing buffer is already compressed, mark it as so in the
flags. These will be picked up by the compression filter and further
(wasteful) attempts at compression skipped. */
- if (op->data.send_message.send_message->data.raw.compression
- > GRPC_COMPRESS_NONE) {
+ if (op->data.send_message.send_message->data.raw.compression >
+ GRPC_COMPRESS_NONE) {
call->sending_stream.base.flags |= GRPC_WRITE_INTERNAL_COMPRESS;
}
stream_op->send_message = &call->sending_stream.base;