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

clang-format

parent 106df110
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ void grpc_chttp2_prepare_to_read( ...@@ -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(
... ...
......
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include <grpc/support/useful.h> #include <grpc/support/useful.h>
#include "src/core/lib/profiling/timers.h"
#include "src/core/lib/iomgr/ev_posix.h" #include "src/core/lib/iomgr/ev_posix.h"
#include "src/core/lib/profiling/timers.h"
static void on_readable(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error); static void on_readable(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error);
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment