whitespace fix

This commit is contained in:
James F. Carter
2018-01-10 13:55:05 +00:00
parent 0c668f1776
commit 884a714744

View File

@@ -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;
}