From 8ebcec484fccefc1538854f8f0d1beadd5c0e720 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 21 May 2015 13:55:22 -0700 Subject: clang-format --- test/cpp/qps/server_async.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc index beb43acb6a..b9998405f6 100644 --- a/test/cpp/qps/server_async.cc +++ b/test/cpp/qps/server_async.cc @@ -126,7 +126,8 @@ class AsyncQpsServerTest : public Server { srv_cq_->Shutdown(); bool ok; void *got_tag; - while (srv_cq_->Next(&got_tag, &ok)); + while (srv_cq_->Next(&got_tag, &ok)) + ; while (!contexts_.empty()) { delete contexts_.front(); contexts_.pop_front(); -- cgit v1.2.3