clang format

reviewable/pr9972/r2
Sree Kuchibhotla 8 years ago
parent fa71f6f369
commit 4426800e6c
  1. 2
      src/cpp/server/server_cc.cc

@ -227,7 +227,7 @@ class Server::SyncRequest final : public CompletionQueueTag {
CompletionQueueTag* op_tag = ctx_.GetCompletionOpTag();
cq_.TryPluck(op_tag, gpr_inf_future(GPR_CLOCK_REALTIME));
/* Ensure the cq_ is shutdown */
/* Ensure the cq_ is shutdown */
DummyTag ignored_tag;
GPR_ASSERT(cq_.Pluck(&ignored_tag) == false);
}

Loading…
Cancel
Save