diff options
author | Craig Tiller <ctiller@google.com> | 2015-07-06 11:20:50 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-07-06 11:20:50 -0700 |
commit | f1bff016319861348e6a0460954c35634ea452b2 (patch) | |
tree | 428ce6b5424111038324c363fa7b69a83493dc16 /test/core/httpcli | |
parent | a368bd26d18c3ed11e3349b7034eda9df9d4ebab (diff) |
clang-format changed files
Diffstat (limited to 'test/core/httpcli')
-rw-r--r-- | test/core/httpcli/httpcli_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/httpcli/httpcli_test.c b/test/core/httpcli/httpcli_test.c index 9e76a76666..ca0b2d1519 100644 --- a/test/core/httpcli/httpcli_test.c +++ b/test/core/httpcli/httpcli_test.c @@ -145,7 +145,8 @@ int main(int argc, char **argv) { gpr_free(args[0]); gpr_free(args[2]); - gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), gpr_time_from_seconds(5))); + gpr_sleep_until( + gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), gpr_time_from_seconds(5))); grpc_test_init(argc, argv); grpc_init(); |