mirror of
https://github.com/fluencelabs/redis
synced 2025-07-30 16:01:57 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@@ -149,7 +149,7 @@ void migrateCommand(redisClient *c) {
|
||||
addReplySds(c,sdsnew("+NOKEY\r\n"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/* Connect */
|
||||
fd = anetTcpNonBlockConnect(server.neterr,c->argv[1]->ptr,
|
||||
atoi(c->argv[2]->ptr));
|
||||
|
Reference in New Issue
Block a user