aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-08-23 16:05:18 -0700
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-08-23 16:05:18 -0700
commitedac3c6f9b07533aa56ea50e838ff72fd1608019 (patch)
treeff1e3f4713d1347508d9a5f8299d6561f7f585b5 /src/core
parentb01a2774f4944c18830b83caded74c102a15cc01 (diff)
sanity
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/iomgr/ev_poll_posix.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.cc b/src/core/lib/iomgr/ev_poll_posix.cc
index b5e008ef05..16562538a6 100644
--- a/src/core/lib/iomgr/ev_poll_posix.cc
+++ b/src/core/lib/iomgr/ev_poll_posix.cc
@@ -358,9 +358,9 @@ static void fork_fd_list_add_wakeup_fd(grpc_cached_wakeup_fd* fd) {
}
}
-/*******************************************************************************
- * fd_posix.c
- */
+ /*******************************************************************************
+ * fd_posix.c
+ */
#ifndef NDEBUG
#define REF_BY(fd, n, reason) ref_by(fd, n, reason, __FILE__, __LINE__)