aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/fling
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-17 10:21:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-17 10:21:49 -0700
commit9a57633233d902ebb11ad7e33673285ab5aaf56c (patch)
tree94111ea72766c4ed6f9ca2c3ddb4d6de704f2fb5 /test/core/fling
parentdc8567dab340f02bccdf4195f9d01c81d18d92c8 (diff)
clang-format affected files
Diffstat (limited to 'test/core/fling')
-rw-r--r--test/core/fling/server.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/core/fling/server.c b/test/core/fling/server.c
index e58d721c86..9542e15ad0 100644
--- a/test/core/fling/server.c
+++ b/test/core/fling/server.c
@@ -234,7 +234,9 @@ int main(int argc, char **argv) {
if (got_sigint && !shutdown_started) {
gpr_log(GPR_INFO, "Shutting down due to SIGINT");
grpc_server_shutdown_and_notify(server, cq, tag(1000));
- GPR_ASSERT(grpc_completion_queue_pluck(cq, tag(1000), GRPC_TIMEOUT_SECONDS_TO_DEADLINE(5)).type == GRPC_OP_COMPLETE);
+ GPR_ASSERT(grpc_completion_queue_pluck(
+ cq, tag(1000), GRPC_TIMEOUT_SECONDS_TO_DEADLINE(5))
+ .type == GRPC_OP_COMPLETE);
grpc_completion_queue_shutdown(cq);
shutdown_started = 1;
}