aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-05-11 08:00:44 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-05-11 08:00:44 -0700
commitb574c6066b29ef0a2153c05ec4273bcd04864b9e (patch)
treecd189ee7e0cc1820c8c95b8b3e25626130a1bb2a /test/core/end2end/fixtures
parent96e198ab9f52ef76c9fb1ed079c20532d302ad53 (diff)
clang-format
Diffstat (limited to 'test/core/end2end/fixtures')
-rw-r--r--test/core/end2end/fixtures/h2_full+workarounds.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_full+workarounds.c b/test/core/end2end/fixtures/h2_full+workarounds.c
index 67a4c1972d..51b90cb346 100644
--- a/test/core/end2end/fixtures/h2_full+workarounds.c
+++ b/test/core/end2end/fixtures/h2_full+workarounds.c
@@ -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;