aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-11-18 11:30:17 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-11-18 11:30:17 -0800
commitb113649517fe15b75079df406c7ebcbd59a4cfa1 (patch)
treea9accc94a9ea2b5b6d137e59077ce812545ca43c /test/core/end2end/tests
parentab5611da62705413f7f229b66a9c5362dcb77c01 (diff)
clang-format
Diffstat (limited to 'test/core/end2end/tests')
-rw-r--r--test/core/end2end/tests/hpack_size.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/end2end/tests/hpack_size.c b/test/core/end2end/tests/hpack_size.c
index b2fe2b485a..997969d3cc 100644
--- a/test/core/end2end/tests/hpack_size.c
+++ b/test/core/end2end/tests/hpack_size.c
@@ -434,8 +434,8 @@ static void test_size(grpc_end2end_test_config config, int encode_size,
}
void grpc_end2end_tests(grpc_end2end_test_config config) {
- static const int interesting_sizes[] = {
- 4096, 0, 100, 1000, 32768, 4 * 1024 * 1024};
+ static const int interesting_sizes[] = {4096, 0, 100,
+ 1000, 32768, 4 * 1024 * 1024};
size_t i, j;
for (i = 0; i < GPR_ARRAY_SIZE(interesting_sizes); i++) {