aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_client_posix.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-18 16:09:26 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-18 16:09:26 -0700
commit2f1d8708e52614ec4b221c710801ca77d3df18d3 (patch)
treebd43383c4796f22658bb4590628738b09146c4c8 /src/core/lib/iomgr/tcp_client_posix.h
parent50d6f7b60faf25678b33561b0348a4dd75fe97b0 (diff)
Header fixes
Diffstat (limited to 'src/core/lib/iomgr/tcp_client_posix.h')
-rw-r--r--src/core/lib/iomgr/tcp_client_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_client_posix.h b/src/core/lib/iomgr/tcp_client_posix.h
index d8108b8359..efc5fcd5bb 100644
--- a/src/core/lib/iomgr/tcp_client_posix.h
+++ b/src/core/lib/iomgr/tcp_client_posix.h
@@ -42,4 +42,4 @@ grpc_endpoint *grpc_tcp_client_create_from_fd(
grpc_exec_ctx *exec_ctx, grpc_fd *fd, const grpc_channel_args *channel_args,
const char *addr_str);
-#endif
+#endif /* GRPC_CORE_LIB_IOMGR_TCP_CLIENT_POSIX_H */