Fix comment over 80 cols.

This commit is contained in:
antirez 2016-08-03 10:56:26 +02:00
parent 04340e1ff1
commit ede6e22cd3

View File

@ -1111,7 +1111,7 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
freeClientsInAsyncFreeQueue(); freeClientsInAsyncFreeQueue();
/* Clear the paused clients flag if needed. */ /* Clear the paused clients flag if needed. */
clientsArePaused(); /* Don't check return value, just use the side effect. */ clientsArePaused(); /* Don't check return value, just use the side effect.*/
/* Replication cron function -- used to reconnect to master, /* Replication cron function -- used to reconnect to master,
* detect transfer failures, start background RDB transfers and so forth. */ * detect transfer failures, start background RDB transfers and so forth. */