Fix comments aesthetics.

This commit is contained in:
antirez 2019-09-30 17:17:36 +02:00
parent 23f5cb4233
commit 6a2831c24a

View File

@ -4058,8 +4058,9 @@ sds genRedisInfoString(char *section) {
mh->allocator_rss_bytes,
mh->rss_extra,
mh->rss_extra_bytes,
mh->total_frag, /* this is the total RSS overhead, including fragmentation, */
mh->total_frag_bytes, /* named so for backwards compatibility */
mh->total_frag, /* This is the total RSS overhead, including
fragmentation. */
mh->total_frag_bytes, /* Named so for backwards compatibility. */
freeMemoryGetNotCountedMemory(),
mh->repl_backlog,
mh->clients_slaves,