Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1f1e724f
Commit
1f1e724f
authored
Jun 26, 2018
by
antirez
Browse files
Remove black space.
parent
aa5eaad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/replication.c
View file @
1f1e724f
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment