From 3830ef2483c6adab646f847f96b93f76701f1d43 Mon Sep 17 00:00:00 2001
From: antirez <antirez@gmail.com>
Date: Mon, 19 Nov 2018 16:26:02 +0100
Subject: [PATCH] t_stream.c comment resized to 80 cols.

---
 src/t_stream.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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