Skip to content
Snippets Groups Projects
Commit 94f3dddf authored by Muxi Yan's avatar Muxi Yan
Browse files

clang-format

parent b4478ff2
No related branches found
No related tags found
No related merge requests found
...@@ -735,8 +735,7 @@ static void convert_metadata_to_cronet_headers( ...@@ -735,8 +735,7 @@ static void convert_metadata_to_cronet_headers(
*p_num_headers = (size_t)num_headers; *p_num_headers = (size_t)num_headers;
} }
static void parse_grpc_header(const uint8_t *data, static void parse_grpc_header(const uint8_t *data, int *length,
int *length,
bool *compressed) { bool *compressed) {
const uint8_t c = *data; const uint8_t c = *data;
const uint8_t *p = data + 1; const uint8_t *p = data + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment