aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_posix.cc
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2017-11-12 20:14:27 -0800
committerGravatar Noah Eisen <ncteisen@google.com>2017-11-12 20:14:27 -0800
commitc384d81325f828b1201ed7ebf9b9fd46bf3f2b7d (patch)
tree461b5e8000ab3c745592a103f0adeff0e6be0c25 /src/core/lib/iomgr/ev_posix.cc
parent05294b682b8d6a3970138fc87b0bc356b31ded97 (diff)
clang fmt
Diffstat (limited to 'src/core/lib/iomgr/ev_posix.cc')
-rw-r--r--src/core/lib/iomgr/ev_posix.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_posix.cc b/src/core/lib/iomgr/ev_posix.cc
index 5b4b66b989..d5ea169cb6 100644
--- a/src/core/lib/iomgr/ev_posix.cc
+++ b/src/core/lib/iomgr/ev_posix.cc
@@ -36,7 +36,8 @@
#include "src/core/lib/iomgr/ev_poll_posix.h"
#include "src/core/lib/support/env.h"
-grpc_core::TraceFlag grpc_polling_trace(false, "polling"); /* Disabled by default */
+grpc_core::TraceFlag grpc_polling_trace(false,
+ "polling"); /* Disabled by default */
grpc_core::DebugOnlyTraceFlag grpc_trace_fd_refcount(false, "fd_refcount");
/** Default poll() function - a pointer so that it can be overridden by some