aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/transport/frame_data.c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-03-04 22:07:46 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-03-04 22:07:46 -0800
commite4f9eb4e6f9ecc6cd61c0fd7d2eaeea266709d94 (patch)
tree4e58f548de6ed2ef5fa64a1fc5792b3e444ca83b /src/core/ext/transport/chttp2/transport/frame_data.c
parent8e6f3371b350030a5f656d1a94e008f30b37f898 (diff)
clang-format
Diffstat (limited to 'src/core/ext/transport/chttp2/transport/frame_data.c')
-rw-r--r--src/core/ext/transport/chttp2/transport/frame_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/frame_data.c b/src/core/ext/transport/chttp2/transport/frame_data.c
index cfa9a3d3c5..eed5c92376 100644
--- a/src/core/ext/transport/chttp2/transport/frame_data.c
+++ b/src/core/ext/transport/chttp2/transport/frame_data.c
@@ -289,7 +289,8 @@ grpc_error *parse_inner_buffer(grpc_exec_ctx *exec_ctx,
grpc_chttp2_unprocessed_frames_buffer_push(
exec_ctx, p, s,
grpc_slice_sub(slice, (size_t)(cur - beg), (size_t)(end - beg)));
- grpc_chttp2_incoming_byte_stream_notify(exec_ctx, p->parsing_frame, GRPC_ERROR_NONE);
+ grpc_chttp2_incoming_byte_stream_notify(exec_ctx, p->parsing_frame,
+ GRPC_ERROR_NONE);
gpr_mu_unlock(&s->buffer_mu);
return GRPC_ERROR_NONE;
}