clang-format

pull/7864/head
Craig Tiller 8 years ago
parent 1ccf6212ed
commit a6c2179c3b
  1. 4
      src/core/ext/transport/chttp2/transport/writing.c

@ -52,8 +52,8 @@ int grpc_chttp2_unlocking_check_writes(
GPR_TIMER_BEGIN("grpc_chttp2_unlocking_check_writes", 0); GPR_TIMER_BEGIN("grpc_chttp2_unlocking_check_writes", 0);
transport_writing->max_frame_size = transport_writing->max_frame_size =
transport_global transport_global->settings[GRPC_ACKED_SETTINGS]
->settings[GRPC_ACKED_SETTINGS][GRPC_CHTTP2_SETTINGS_MAX_FRAME_SIZE]; [GRPC_CHTTP2_SETTINGS_MAX_FRAME_SIZE];
/* simple writes are queued to qbuf, and flushed here */ /* simple writes are queued to qbuf, and flushed here */
gpr_slice_buffer_swap(&transport_global->qbuf, &transport_writing->outbuf); gpr_slice_buffer_swap(&transport_global->qbuf, &transport_writing->outbuf);

Loading…
Cancel
Save