diff options
author | Dan Born <dborn@google.com> | 2016-10-18 11:49:45 -0700 |
---|---|---|
committer | Dan Born <dborn@google.com> | 2016-10-18 12:07:34 -0700 |
commit | 19e01fdc326b73c15d977657c23e4bf6e7e25988 (patch) | |
tree | 603d9616469f5d589b2bb4963e781b38b150bf12 /src/core/lib/iomgr | |
parent | a983dc7fc2689e4f7e0fbd25ef7a6e84f7374cb9 (diff) |
clang-format
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r-- | src/core/lib/iomgr/tcp_server_posix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_server_posix.c b/src/core/lib/iomgr/tcp_server_posix.c index 4f49dad815..d8eb24b861 100644 --- a/src/core/lib/iomgr/tcp_server_posix.c +++ b/src/core/lib/iomgr/tcp_server_posix.c @@ -651,7 +651,8 @@ done: } } -/* Return listener at port_index or NULL. Should only be called with s->mu locked. */ +/* Return listener at port_index or NULL. Should only be called with s->mu + locked. */ static grpc_tcp_listener *get_port_index(grpc_tcp_server *s, unsigned port_index) { unsigned num_ports = 0; |