From f28872ca704ea162d970251ad20d1a0752506cfc Mon Sep 17 00:00:00 2001 From: Matt Stancliff Date: Mon, 5 Jan 2015 16:27:52 -0500 Subject: Cleanup tabs and end of line whitespace --- hiredis.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hiredis.c') diff --git a/hiredis.c b/hiredis.c index 4b4c11a..0297361 100644 --- a/hiredis.c +++ b/hiredis.c @@ -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 -- cgit v1.2.3