diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2013-07-10 22:37:47 -0700 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2013-07-10 22:37:47 -0700 |
commit | f9ce2111bb4657639b00343311b980a0b6eda1d1 (patch) | |
tree | 123054e615aadd580d2fed86a4aeb54d2badbb88 | |
parent | 6cf2e85bd2bf1bb19da2d7fdbd819d8969776e7c (diff) |
Whitespace
-rw-r--r-- | net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ static int redisContextWaitReady(redisContext *c, int fd, const struct timeval * /* Only use timeout when not NULL. */ if (timeout != NULL) { if (timeout->tv_usec > 1000000 || timeout->tv_sec > __MAX_MSEC) { - __redisSetErrorFromErrno(c, REDIS_ERR_IO, NULL); + __redisSetErrorFromErrno(c, REDIS_ERR_IO, NULL); close(fd); return REDIS_ERR; } |