Skip to content
Snippets Groups Projects
Commit a6c2179c authored by Craig Tiller's avatar Craig Tiller
Browse files

clang-format

parent 1ccf6212
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,8 @@ int grpc_chttp2_unlocking_check_writes( ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment