diff options
author | Matt Stancliff <matt@genges.com> | 2015-01-05 16:27:52 -0500 |
---|---|---|
committer | Matt Stancliff <matt@genges.com> | 2015-01-05 16:53:23 -0500 |
commit | f28872ca704ea162d970251ad20d1a0752506cfc (patch) | |
tree | 4e552579139d9fc2bb1c54cea475dce166c18726 /hiredis.c | |
parent | dad05164231338092cdcbebf266f7101f53bc164 (diff) |
Cleanup tabs and end of line whitespace
Diffstat (limited to 'hiredis.c')
-rw-r--r-- | hiredis.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -620,10 +620,10 @@ void redisFree(redisContext *c) { } int redisFreeKeepFd(redisContext *c) { - int fd = c->fd; - c->fd = -1; - redisFree(c); - return fd; + int fd = c->fd; + c->fd = -1; + redisFree(c); + return fd; } /* Connect to a Redis instance. On error the field error in the returned |