aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/port.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-09-26 13:54:04 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-09-26 13:54:04 -0700
commitdedb923b6e8c5dc01cf711df4901b7bceb427789 (patch)
treeb266d2cd1bdf7300edb09d989a219dfb17ce58b1 /src/core/lib/iomgr/port.h
parent77c6ccef18b43812fd15ebe21e942fefe6b17f08 (diff)
Clang format
Diffstat (limited to 'src/core/lib/iomgr/port.h')
-rw-r--r--src/core/lib/iomgr/port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/port.h b/src/core/lib/iomgr/port.h
index fd300082d7..c0bb3b5a23 100644
--- a/src/core/lib/iomgr/port.h
+++ b/src/core/lib/iomgr/port.h
@@ -123,7 +123,7 @@
#endif
#if defined(GRPC_POSIX_SOCKET) + defined(GRPC_WINSOCK_SOCKET) + \
- defined(GRPC_CUSTOM_SOCKET) + defined(GRPC_UV) != \
+ defined(GRPC_CUSTOM_SOCKET) + defined(GRPC_UV) != \
1
#error Must define exactly one of GRPC_POSIX_SOCKET, GRPC_WINSOCK_SOCKET, GPR_CUSTOM_SOCKET
#endif