clang-format

reviewable/pr6737/r3
Craig Tiller 9 years ago
parent 6c8619bbe7
commit 8e8027bad6
  1. 4
      src/core/ext/transport/chttp2/transport/parsing.c
  2. 2
      src/core/lib/iomgr/ev_epoll_linux.c

@ -87,8 +87,8 @@ void grpc_chttp2_prepare_to_read(
transport_global->settings[GRPC_SENT_SETTINGS], transport_global->settings[GRPC_SENT_SETTINGS],
sizeof(transport_parsing->last_sent_settings)); sizeof(transport_parsing->last_sent_settings));
transport_parsing->max_frame_size = transport_parsing->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];
/* update the parsing view of incoming window */ /* update the parsing view of incoming window */
while (grpc_chttp2_list_pop_unannounced_incoming_window_available( while (grpc_chttp2_list_pop_unannounced_incoming_window_available(

@ -1548,7 +1548,7 @@ retry:
* polling_island fields in both fd and pollset to point to the merged * polling_island fields in both fd and pollset to point to the merged
* polling island. * polling island.
*/ */
if (fd->orphaned) { if (fd->orphaned) {
gpr_mu_unlock(&fd->mu); gpr_mu_unlock(&fd->mu);
gpr_mu_unlock(&pollset->mu); gpr_mu_unlock(&pollset->mu);

Loading…
Cancel
Save