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

clang-fmt

parent a385b385
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ grpc_chttp2_parse_error grpc_chttp2_data_parser_parse( ...@@ -162,7 +162,7 @@ grpc_chttp2_parse_error grpc_chttp2_data_parser_parse(
case GRPC_CHTTP2_DATA_ERROR: case GRPC_CHTTP2_DATA_ERROR:
p->state = GRPC_CHTTP2_DATA_ERROR; p->state = GRPC_CHTTP2_DATA_ERROR;
return GRPC_CHTTP2_STREAM_ERROR; return GRPC_CHTTP2_STREAM_ERROR;
fh_0: fh_0:
case GRPC_CHTTP2_DATA_FH_0: case GRPC_CHTTP2_DATA_FH_0:
stream_parsing->stats.incoming.framing_bytes++; stream_parsing->stats.incoming.framing_bytes++;
p->frame_type = *cur; p->frame_type = *cur;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment