aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_poll_posix.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-16 13:36:21 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-16 16:51:22 -0700
commitfe5989ecf5da20eddab6bd4079a77b04e36b78b8 (patch)
treeb0ba2b9789fc2255dee6ca469946305b5cca6a9c /src/core/lib/iomgr/ev_poll_posix.cc
parenta2a3261834528884c1b827a5455aa1616874afb8 (diff)
Comments
Diffstat (limited to 'src/core/lib/iomgr/ev_poll_posix.cc')
-rw-r--r--src/core/lib/iomgr/ev_poll_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.cc b/src/core/lib/iomgr/ev_poll_posix.cc
index 1c1da3b38a..a3a079bbe3 100644
--- a/src/core/lib/iomgr/ev_poll_posix.cc
+++ b/src/core/lib/iomgr/ev_poll_posix.cc
@@ -1761,4 +1761,4 @@ const grpc_event_engine_vtable* grpc_init_poll_cv_posix(bool explicit_request) {
return &vtable;
}
-#endif
+#endif /* GRPC_POSIX_SOCKET_EV_POLL */