Remove trailing space from server.c.

This commit is contained in:
antirez 2019-10-24 11:20:15 +02:00
parent 3bd7f715c8
commit 1ffe4578e2

View File

@ -146,7 +146,7 @@ volatile unsigned long lru_clock; /* Server global current LRU time. */
* in this condition but just a few. * in this condition but just a few.
* *
* no-monitor: Do not automatically propagate the command on MONITOR. * no-monitor: Do not automatically propagate the command on MONITOR.
* *
* no-slowlog: Do not automatically propagate the command to the slowlog. * no-slowlog: Do not automatically propagate the command to the slowlog.
* *
* cluster-asking: Perform an implicit ASKING for this command, so the * cluster-asking: Perform an implicit ASKING for this command, so the