summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-06-26 14:37:22 +0200
committerantirez <antirez@gmail.com>2018-06-26 14:37:22 +0200
commit1f1e724f47d42538fc77d8f8bf6d6622b204dc62 (patch)
tree4cb87e0f21cf024bf33ce48a3d6ffd6fba4b8a02
parentaa5eaad48c00d541336b7e0e81605a4a7370f32c (diff)
downloadredis-1f1e724f47d42538fc77d8f8bf6d6622b204dc62.tar.gz
Remove black space.
-rw-r--r--src/replication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replication.c b/src/replication.c
index 2091476d6..a023f8175 100644
--- a/src/replication.c
+++ b/src/replication.c
@@ -1339,7 +1339,7 @@ char *sendSynchronousCommand(int flags, int fd, ...) {
cmd = sdscatprintf(cmd,"*%zu\r\n",argslen);
cmd = sdscatsds(cmd,cmdargs);
sdsfree(cmdargs);
-
+
/* Transfer command to the server. */
if (syncWrite(fd,cmd,sdslen(cmd),server.repl_syncio_timeout*1000)
== -1)