summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-10-24 11:20:15 +0200
committerantirez <antirez@gmail.com>2019-10-24 11:20:15 +0200
commit5dd1130272c3496232a71f954eb51845020ff271 (patch)
tree380625de17eb9c21e8587b309cf9642e5fa38b6f
parent6e98214f740eb04c9761ccb983ba51988ee35bc2 (diff)
downloadredis-5dd1130272c3496232a71f954eb51845020ff271.tar.gz
Remove trailing space from server.c.
-rw-r--r--src/server.c2
1 files changed, 1 insertions, 1 deletions
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