clang-format

pull/12789/head
Craig Tiller 7 years ago
parent d3f1f4340b
commit 97633744fa
  1. 4
      src/core/lib/iomgr/ev_epollex_linux.cc

@ -619,7 +619,9 @@ static grpc_error *pollset_kick(grpc_exec_ctx *exec_ctx, grpc_pollset *pollset,
pollset->kicked_without_poller = true;
return GRPC_ERROR_NONE;
} else {
return pollset_kick_one(exec_ctx, pollset, pollset->root_worker->links[PWLINK_POLLSET].next);
return pollset_kick_one(
exec_ctx, pollset,
pollset->root_worker->links[PWLINK_POLLSET].next);
}
} else {
if (GRPC_TRACER_ON(grpc_polling_trace)) {

Loading…
Cancel
Save