Browse Source

clang-format

Craig Tiller 9 năm trước cách đây
mục cha
commit
4265fa1e66
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/core/lib/iomgr/ev_poll_posix.c

+ 1 - 2
src/core/lib/iomgr/ev_poll_posix.c

@@ -995,8 +995,7 @@ static void pollset_shutdown(grpc_exec_ctx *exec_ctx, grpc_pollset *pollset,
   if (!pollset_has_workers(pollset)) {
     grpc_exec_ctx_enqueue_list(exec_ctx, &pollset->idle_jobs, NULL);
   }
-  if (!pollset->called_shutdown &&
-      !pollset_has_workers(pollset)) {
+  if (!pollset->called_shutdown && !pollset_has_workers(pollset)) {
     pollset->called_shutdown = 1;
     finish_shutdown(exec_ctx, pollset);
   }