diff options
author | Muxi Yan <mxyan@google.com> | 2017-04-02 18:18:51 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-04-02 18:18:51 -0700 |
commit | 0fa217dfb938166c0442dc023db8095264f77e77 (patch) | |
tree | c948466ba176a2053e07e961ec5a05e50b9a518e /src/core/lib/surface/call.c | |
parent | f570f96edaa895621f7c8d57737e0f79c3f24cf9 (diff) |
clang-format
Diffstat (limited to 'src/core/lib/surface/call.c')
-rw-r--r-- | src/core/lib/surface/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c index 6ea199e84f..c7b0b7ead3 100644 --- a/src/core/lib/surface/call.c +++ b/src/core/lib/surface/call.c @@ -1158,7 +1158,7 @@ static void continue_receiving_slices(grpc_exec_ctx *exec_ctx, if (grpc_byte_stream_next(exec_ctx, call->receiving_stream, remaining, &call->receiving_slice_ready)) { error = grpc_byte_stream_pull(exec_ctx, call->receiving_stream, - &call->receiving_slice); + &call->receiving_slice); if (error == GRPC_ERROR_NONE) { grpc_slice_buffer_add(&(*call->receiving_buffer)->data.raw.slice_buffer, call->receiving_slice); |