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

clang-format

parent 96e198ab
No related branches found
No related tags found
No related merge requests found
......@@ -63,4 +63,3 @@ void grpc_register_workaround(uint32_t id, user_agent_parser parser) {
GPR_ASSERT(id < GRPC_MAX_WORKAROUND_ID);
ua_parser[id] = parser;
}
......@@ -50,4 +50,3 @@ typedef bool (*user_agent_parser)(grpc_mdelem);
void grpc_register_workaround(uint32_t id, user_agent_parser parser);
#endif
......@@ -52,7 +52,8 @@
#include "test/core/util/test_config.h"
static const size_t workarounds_num = GRPC_MAX_WORKAROUND_ID;
static char *workarounds_enabled[GRPC_MAX_WORKAROUND_ID] = {GRPC_ARG_WORKAROUND_CRONET_COMPRESSION};
static char *workarounds_enabled[GRPC_MAX_WORKAROUND_ID] = {
GRPC_ARG_WORKAROUND_CRONET_COMPRESSION};
typedef struct fullstack_fixture_data {
char *localaddr;
......
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