diff options
author | Sree Kuchibhotla <sreek@google.com> | 2017-03-24 10:03:22 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2017-03-24 10:03:22 -0700 |
commit | 5bec133ba03f8cdffc7e2ace03a06aa5b48aed5c (patch) | |
tree | 81e0ccdf46ccdc0332382265fcd8ac9b647262d7 /test/core/end2end/fixtures/h2_http_proxy.c | |
parent | a69599141c5ebdfbccd544ff8dcd75149c96ba16 (diff) |
clang format
Diffstat (limited to 'test/core/end2end/fixtures/h2_http_proxy.c')
-rw-r--r-- | test/core/end2end/fixtures/h2_http_proxy.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/core/end2end/fixtures/h2_http_proxy.c b/test/core/end2end/fixtures/h2_http_proxy.c index 451c55677f..ebab96943d 100644 --- a/test/core/end2end/fixtures/h2_http_proxy.c +++ b/test/core/end2end/fixtures/h2_http_proxy.c @@ -108,10 +108,9 @@ void chttp2_tear_down_fullstack(grpc_end2end_test_fixture *f) { /* All test configurations */ static grpc_end2end_test_config configs[] = { - {"chttp2/fullstack", - FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION | - FEATURE_MASK_SUPPORTS_CLIENT_CHANNEL | - FEATURE_MASK_SUPPORTS_AUTHORITY_HEADER, + {"chttp2/fullstack", FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION | + FEATURE_MASK_SUPPORTS_CLIENT_CHANNEL | + FEATURE_MASK_SUPPORTS_AUTHORITY_HEADER, chttp2_create_fixture_fullstack, chttp2_init_client_fullstack, chttp2_init_server_fullstack, chttp2_tear_down_fullstack}, }; |