aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/iomgr_uv.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-16 13:51:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-16 13:51:45 -0700
commitcdaf6d8e0660f83b708e4e73e90a4deaeab7ea2b (patch)
tree25a849ba310eb6a540e8e500a4305122520383c7 /src/core/lib/iomgr/iomgr_uv.cc
parent6014e8a945fa81fad7d0311a8a7cded0c2aaa827 (diff)
clang-format
Diffstat (limited to 'src/core/lib/iomgr/iomgr_uv.cc')
-rw-r--r--src/core/lib/iomgr/iomgr_uv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/iomgr_uv.cc b/src/core/lib/iomgr/iomgr_uv.cc
index d63829b8b1..b8a10f2ae8 100644
--- a/src/core/lib/iomgr/iomgr_uv.cc
+++ b/src/core/lib/iomgr/iomgr_uv.cc
@@ -31,7 +31,7 @@ gpr_thd_id g_init_thread;
void grpc_iomgr_platform_init(void) {
grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
grpc_pollset_global_init();
-
+
grpc_executor_set_threading(&exec_ctx, false);
g_init_thread = gpr_thd_currentid();
grpc_exec_ctx_finish(&exec_ctx);