clang-format

reviewable/pr17308/r1
yang-g 6 years ago
parent bc946d6c6d
commit 63aa8e1d73
  1. 3
      src/core/lib/surface/init.cc

@ -178,8 +178,7 @@ void grpc_shutdown_internal(void* ignored) {
grpc_core::ExecCtx exec_ctx(0);
grpc_iomgr_shutdown_background_closure();
{
grpc_timer_manager_set_threading(
false); // shutdown timer_manager thread
grpc_timer_manager_set_threading(false); // shutdown timer_manager thread
grpc_core::Executor::ShutdownAll();
for (i = g_number_of_plugins; i >= 0; i--) {
if (g_all_of_the_plugins[i].destroy != nullptr) {

Loading…
Cancel
Save