aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_posix.c
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-07-12 23:11:27 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-07-13 07:16:19 -0700
commit7712c7c4d5819a1222ecee8c89eb19696328b482 (patch)
tree4330e05879a3fb05eda83e6fabf35dca22918866 /src/core/lib/iomgr/ev_posix.c
parent2e85f6891a978f9e036e42f54965d46d53f8487a (diff)
clang format
Diffstat (limited to 'src/core/lib/iomgr/ev_posix.c')
-rw-r--r--src/core/lib/iomgr/ev_posix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_posix.c b/src/core/lib/iomgr/ev_posix.c
index 4428489fc2..a5ae04cb5b 100644
--- a/src/core/lib/iomgr/ev_posix.c
+++ b/src/core/lib/iomgr/ev_posix.c
@@ -42,7 +42,8 @@ grpc_tracer_flag grpc_polling_trace =
GRPC_TRACER_INITIALIZER(false, "polling"); /* Disabled by default */
#ifndef NDEBUG
-grpc_tracer_flag grpc_trace_fd_refcount = GRPC_TRACER_INITIALIZER(false, "fd_refcount");
+grpc_tracer_flag grpc_trace_fd_refcount =
+ GRPC_TRACER_INITIALIZER(false, "fd_refcount");
#endif
/** Default poll() function - a pointer so that it can be overridden by some