aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/udp_server.cc
diff options
context:
space:
mode:
authorGravatar Dan Zhang <danzh@google.com>2018-02-28 09:59:04 -0500
committerGravatar Dan Zhang <danzh@google.com>2018-02-28 09:59:04 -0500
commit1bdc9404694f84cf583aa56620fefde4ec0dbf25 (patch)
treebb337884356eb2951dc3bf312f23971ba8d14cdd /src/core/lib/iomgr/udp_server.cc
parent6cc5a09ffda1cd441b8d5c67b99ac6b7698d5bf6 (diff)
fix format
Diffstat (limited to 'src/core/lib/iomgr/udp_server.cc')
-rw-r--r--src/core/lib/iomgr/udp_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/udp_server.cc b/src/core/lib/iomgr/udp_server.cc
index 8f9e08557b..8431bbf6a2 100644
--- a/src/core/lib/iomgr/udp_server.cc
+++ b/src/core/lib/iomgr/udp_server.cc
@@ -278,7 +278,7 @@ static void deactivated_all_ports(grpc_udp_server* s) {
GPR_ASSERT(s->shutdown);
if (s->listeners.size() == 0) {
- gpr_mu_unlock(&s->mu);
+ gpr_mu_unlock(&s->mu);
finish_shutdown(s);
return;
}