diff options
author | David G. Quintas <dgq@google.com> | 2015-08-18 11:05:49 -0700 |
---|---|---|
committer | David G. Quintas <dgq@google.com> | 2015-08-18 11:05:49 -0700 |
commit | 4f21d3549c8f652a152ae086a74dd8415ecca8fa (patch) | |
tree | d8dae211eb45035d095e4549ab5af439e67b22dc /test/core/bad_client/tests/connection_prefix.c | |
parent | bb1c795f998f052f854a6e1aeebff44e293a29f4 (diff) | |
parent | d6c98df792198c5c9687ed35a676efbc5e621e0f (diff) |
Merge pull request #2971 from ctiller/wtf-happened-to-our-formatting
clang-format all source
Diffstat (limited to 'test/core/bad_client/tests/connection_prefix.c')
-rw-r--r-- | test/core/bad_client/tests/connection_prefix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/bad_client/tests/connection_prefix.c b/test/core/bad_client/tests/connection_prefix.c index de62e923f0..ec85211605 100644 --- a/test/core/bad_client/tests/connection_prefix.c +++ b/test/core/bad_client/tests/connection_prefix.c @@ -36,9 +36,9 @@ static void verifier(grpc_server *server, grpc_completion_queue *cq) { while (grpc_server_has_open_connections(server)) { - GPR_ASSERT( - grpc_completion_queue_next(cq, GRPC_TIMEOUT_MILLIS_TO_DEADLINE(20), - NULL).type == GRPC_QUEUE_TIMEOUT); + GPR_ASSERT(grpc_completion_queue_next( + cq, GRPC_TIMEOUT_MILLIS_TO_DEADLINE(20), NULL) + .type == GRPC_QUEUE_TIMEOUT); } } |