Commit 1f1e724f authored by antirez's avatar antirez
Browse files

Remove black space.

parent aa5eaad4
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment