summaryrefslogtreecommitdiff
path: root/src/t_stream.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-11-19 16:26:02 +0100
committerantirez <antirez@gmail.com>2018-11-19 16:26:02 +0100
commit3830ef2483c6adab646f847f96b93f76701f1d43 (patch)
tree274d73df1e427e4bb25186de24f48785caa70e08 /src/t_stream.c
parent0cb798ea2b3ccb163c0add8137276dba31916293 (diff)
downloadredis-3830ef2483c6adab646f847f96b93f76701f1d43.tar.gz
t_stream.c comment resized to 80 cols.
Diffstat (limited to 'src/t_stream.c')
-rw-r--r--src/t_stream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/t_stream.c b/src/t_stream.c
index 73f7fca0e..66f3295e0 100644
--- a/src/t_stream.c
+++ b/src/t_stream.c
@@ -1475,7 +1475,8 @@ void xreadCommand(client *c) {
streamID *gt = ids+i; /* ID must be greater than this. */
int serve_synchronously = 0;
- /* Check if there are the conditions to serve the client synchronously. */
+ /* Check if there are the conditions to serve the client
+ * synchronously. */
if (groups) {
/* If the consumer is blocked on a group, we always serve it
* synchronously (serving its local history) if the ID specified