aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-01-19 21:36:55 -0800
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-01-19 21:36:55 -0800
commit5ef3b4e33cd7dbf2b904fc152d273540ceb4d4da (patch)
tree4ee8b667928f3ae4ae5cc248cb144cf5501712e9 /test
parentfd3d8209209acdf11d165bd3ebaf22d81436fea8 (diff)
fix code formatting
Diffstat (limited to 'test')
-rw-r--r--test/core/transport/chttp2/timeout_encoding_test.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/core/transport/chttp2/timeout_encoding_test.c b/test/core/transport/chttp2/timeout_encoding_test.c
index 755da3997b..f0e8ec386f 100644
--- a/test/core/transport/chttp2/timeout_encoding_test.c
+++ b/test/core/transport/chttp2/timeout_encoding_test.c
@@ -130,12 +130,9 @@ void test_decoding(void) {
gpr_time_from_seconds(1000 * 1000 * 1000, GPR_TIMESPAN));
assert_decodes_as("1000000000000000000000u",
gpr_inf_future(GPR_CLOCK_REALTIME));
- assert_decodes_as("1000000001S",
- gpr_inf_future(GPR_CLOCK_REALTIME));
- assert_decodes_as("2000000001S",
- gpr_inf_future(GPR_CLOCK_REALTIME));
- assert_decodes_as("9999999999S",
- gpr_inf_future(GPR_CLOCK_REALTIME));
+ assert_decodes_as("1000000001S", gpr_inf_future(GPR_CLOCK_REALTIME));
+ assert_decodes_as("2000000001S", gpr_inf_future(GPR_CLOCK_REALTIME));
+ assert_decodes_as("9999999999S", gpr_inf_future(GPR_CLOCK_REALTIME));
}
void test_decoding_fails(void) {