Cleanup tabs and end of line whitespace
This commit is contained in:
parent
dad0516423
commit
f28872ca70
@ -620,10 +620,10 @@ void redisFree(redisContext *c) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int redisFreeKeepFd(redisContext *c) {
|
int redisFreeKeepFd(redisContext *c) {
|
||||||
int fd = c->fd;
|
int fd = c->fd;
|
||||||
c->fd = -1;
|
c->fd = -1;
|
||||||
redisFree(c);
|
redisFree(c);
|
||||||
return fd;
|
return fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Connect to a Redis instance. On error the field error in the returned
|
/* Connect to a Redis instance. On error the field error in the returned
|
||||||
|
Loading…
Reference in New Issue
Block a user