From 5b80a41caddb9c5fa820de08a3c8646cd1b9640d Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 19 Nov 2019 11:05:55 +0100 Subject: [PATCH] Remove additional space from comment. --- src/t_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_stream.c b/src/t_stream.c index 9bf87831f..0b07d7110 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1220,7 +1220,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) {