aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/tcp_client_posix_test.c
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-01-26 00:19:48 -0800
committerGravatar Yang Gao <yangg@google.com>2015-01-26 00:19:48 -0800
commit5fd0d29dfe92ccdb2b745dcef5293461ee09df91 (patch)
treed6641077f4b46c693e1309d4179ecbf94f3a9f06 /test/core/iomgr/tcp_client_posix_test.c
parentc38dda4b90cfe4100e46c7c6bb36b685cd6c4cb2 (diff)
run clang-format
Diffstat (limited to 'test/core/iomgr/tcp_client_posix_test.c')
-rw-r--r--test/core/iomgr/tcp_client_posix_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/tcp_client_posix_test.c b/test/core/iomgr/tcp_client_posix_test.c
index f9212e7373..00b10f9364 100644
--- a/test/core/iomgr/tcp_client_posix_test.c
+++ b/test/core/iomgr/tcp_client_posix_test.c
@@ -140,7 +140,7 @@ void test_times_out(void) {
/* tie up the listen buffer, which is somewhat arbitrarily sized. */
for (i = 0; i < NUM_CLIENT_CONNECTS; ++i) {
client_fd[i] = socket(AF_INET, SOCK_STREAM, 0);
- grpc_set_socket_nonblocking(client_fd[i], 1);
+ grpc_set_socket_nonblocking(client_fd[i], 1);
do {
r = connect(client_fd[i], (struct sockaddr *)&addr, addr_len);
} while (r == -1 && errno == EINTR);