Browse Source

clang-format

Muxi Yan 8 years ago
parent
commit
a002b2413d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/ext/transport/chttp2/transport/internal.h

+ 2 - 2
src/core/ext/transport/chttp2/transport/internal.h

@@ -500,8 +500,8 @@ struct grpc_chttp2_stream {
    * Accessed only by application thread when stream->pending_byte_stream ==
    * true */
   grpc_slice_buffer unprocessed_incoming_frames_buffer;
-  grpc_closure *on_next;                  /* protected by t combiner */
-  bool pending_byte_stream;               /* protected by t combiner */
+  grpc_closure *on_next;    /* protected by t combiner */
+  bool pending_byte_stream; /* protected by t combiner */
   grpc_closure reset_byte_stream;
   grpc_error *byte_stream_error; /* protected by t combiner */
   bool received_last_frame;      /* protected by t combiner */