Skip to content
Snippets Groups Projects
Commit a002b241 authored by Muxi Yan's avatar Muxi Yan
Browse files

clang-format

parent 62f91a43
No related branches found
No related tags found
No related merge requests found
...@@ -500,8 +500,8 @@ struct grpc_chttp2_stream { ...@@ -500,8 +500,8 @@ struct grpc_chttp2_stream {
* Accessed only by application thread when stream->pending_byte_stream == * Accessed only by application thread when stream->pending_byte_stream ==
* true */ * true */
grpc_slice_buffer unprocessed_incoming_frames_buffer; grpc_slice_buffer unprocessed_incoming_frames_buffer;
grpc_closure *on_next; /* protected by t combiner */ grpc_closure *on_next; /* protected by t combiner */
bool pending_byte_stream; /* protected by t combiner */ bool pending_byte_stream; /* protected by t combiner */
grpc_closure reset_byte_stream; grpc_closure reset_byte_stream;
grpc_error *byte_stream_error; /* protected by t combiner */ grpc_error *byte_stream_error; /* protected by t combiner */
bool received_last_frame; /* protected by t combiner */ bool received_last_frame; /* protected by t combiner */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment