diff options
author | Craig Tiller <ctiller@google.com> | 2017-06-08 14:10:49 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-06-08 14:10:49 -0700 |
commit | ae6083674ad9fef86223968c5ffe12bc5a133d83 (patch) | |
tree | 9e3dae22a9ba122f99bf8210a8706e30aba9ac4c /test/core/bad_client | |
parent | 8239b804598c114be892e0c4ee96041d9781521f (diff) |
clang-format
Diffstat (limited to 'test/core/bad_client')
-rw-r--r-- | test/core/bad_client/bad_client.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/core/bad_client/bad_client.c b/test/core/bad_client/bad_client.c index 1b63bd93cc..4f8e428278 100644 --- a/test/core/bad_client/bad_client.c +++ b/test/core/bad_client/bad_client.c @@ -172,7 +172,9 @@ void grpc_run_bad_client_test( gpr_timespec deadline = grpc_timeout_seconds_to_deadline(5); while (!gpr_event_get(&args.read_done)) { GPR_ASSERT(gpr_time_cmp(deadline, gpr_now(deadline.clock_type)) > 0); - GPR_ASSERT(grpc_completion_queue_next(a.cq, grpc_timeout_milliseconds_to_deadline(100), NULL).type == GRPC_QUEUE_TIMEOUT); + GPR_ASSERT(grpc_completion_queue_next( + a.cq, grpc_timeout_milliseconds_to_deadline(100), NULL) + .type == GRPC_QUEUE_TIMEOUT); } grpc_slice_buffer_destroy_internal(&exec_ctx, &args.incoming); } |