aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2/hpack_parser_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-12 15:38:59 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-12 15:38:59 -0700
commitbe0d7fe60d9ad3ce2361720abc8a725781631e8f (patch)
tree2ff385c5648bcf09864b38e909478730e76c2639 /test/core/transport/chttp2/hpack_parser_test.c
parent8e5c934d6f0f39886549711275ff5bc96fa95e78 (diff)
Fix socket_utils_test, clang-fmt
Diffstat (limited to 'test/core/transport/chttp2/hpack_parser_test.c')
-rw-r--r--test/core/transport/chttp2/hpack_parser_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/transport/chttp2/hpack_parser_test.c b/test/core/transport/chttp2/hpack_parser_test.c
index 97501b77d5..9ddceb8981 100644
--- a/test/core/transport/chttp2/hpack_parser_test.c
+++ b/test/core/transport/chttp2/hpack_parser_test.c
@@ -76,8 +76,8 @@ static void test_vector(grpc_chttp2_hpack_parser *parser,
for (i = 0; i < nslices; i++) {
GPR_ASSERT(grpc_chttp2_hpack_parser_parse(
- parser, GPR_SLICE_START_PTR(slices[i]), GPR_SLICE_END_PTR(slices[i]))
- == GRPC_ERROR_NONE);
+ parser, GPR_SLICE_START_PTR(slices[i]),
+ GPR_SLICE_END_PTR(slices[i])) == GRPC_ERROR_NONE);
}
for (i = 0; i < nslices; i++) {