From 1ffe4578e2f0f9ede7e41c5a3df1db6855949212 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 24 Oct 2019 11:20:15 +0200 Subject: [PATCH] Remove trailing space from server.c. --- src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.c b/src/server.c index d16ff0a8e..cbcbf7183 100644 --- a/src/server.c +++ b/src/server.c @@ -146,7 +146,7 @@ volatile unsigned long lru_clock; /* Server global current LRU time. */ * in this condition but just a few. * * no-monitor: Do not automatically propagate the command on MONITOR. - * + * * no-slowlog: Do not automatically propagate the command to the slowlog. * * cluster-asking: Perform an implicit ASKING for this command, so the