summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-11-19 11:05:55 +0100
committerantirez <antirez@gmail.com>2019-11-19 17:25:56 +0100
commit1a9855d7d9458647402b01cd2b1d5e4f40ff0eb4 (patch)
tree73749d845026107382899dc6011e4af5f1f18d38
parent32a6e3e48e35999ecd151735c15f9cf0d3235255 (diff)
downloadredis-1a9855d7d9458647402b01cd2b1d5e4f40ff0eb4.tar.gz
Remove additional space from comment.
-rw-r--r--src/t_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_stream.c b/src/t_stream.c
index d1095bcc2..d7f924cf7 100644
--- a/src/t_stream.c
+++ b/src/t_stream.c
@@ -1219,7 +1219,7 @@ void xaddCommand(client *c) {
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
* database. */
if (id_given && id.ms == 0 && id.seq == 0) {