From 884a7147448f734247e20792766dadaaebe98acc Mon Sep 17 00:00:00 2001 From: "James F. Carter" Date: Wed, 10 Jan 2018 13:55:05 +0000 Subject: [PATCH] whitespace fix --- src/common/sockutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sockutil.c b/src/common/sockutil.c index 158e8cd..56d728f 100644 --- a/src/common/sockutil.c +++ b/src/common/sockutil.c @@ -74,7 +74,7 @@ int sock_set_keepalive_params( int fd, int time, int intvl, int probes) sock_set_tcp_keepidle(fd, time) || sock_set_tcp_keepintvl(fd, intvl) || sock_set_tcp_keepcnt(fd, probes)) { - return -1; + return -1; } return 0; }