Commit 5b80a41c authored by antirez's avatar antirez
Browse files

Remove additional space from comment.

parent 1530a3cf
...@@ -1220,7 +1220,7 @@ void xaddCommand(client *c) { ...@@ -1220,7 +1220,7 @@ void xaddCommand(client *c) {
return; return;
} }
/* Return ASAP if minimal ID (0-0) was given so we avoid possibly creating /* Return ASAP if minimal ID (0-0) was given so we avoid possibly creating
* a new stream and have streamAppendItem fail, leaving an empty key in the * a new stream and have streamAppendItem fail, leaving an empty key in the
* database. */ * database. */
if (id_given && id.ms == 0 && id.seq == 0) { if (id_given && id.ms == 0 && id.seq == 0) {
......
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