From 63aa8e1d7361cd9d3b96319eb299391d6581946b Mon Sep 17 00:00:00 2001 From: yang-g Date: Tue, 12 Feb 2019 15:27:50 -0800 Subject: [PATCH] clang-format --- src/core/lib/surface/init.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/lib/surface/init.cc b/src/core/lib/surface/init.cc index 7708f6495fe..fca85ac876a 100644 --- a/src/core/lib/surface/init.cc +++ b/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) {