浏览代码

clang-format

Muxi Yan 8 年之前
父节点
当前提交
a002b2413d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 ==
    * 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 */
-  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_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 */