Commit a51d3dc0 authored by Vitaly Arbuzov's avatar Vitaly Arbuzov
Browse files

Move comment

parent ad94bc31
...@@ -1534,8 +1534,8 @@ dictStats* dictGetStatsHt(dict *d, int htidx) { ...@@ -1534,8 +1534,8 @@ dictStats* dictGetStatsHt(dict *d, int htidx) {
return stats; return stats;
} }
/* Generates human readable stats. */
size_t dictGetStatsMsg(char *buf, size_t bufsize, dictStats *stats) {/* Generate human readable stats. */ size_t dictGetStatsMsg(char *buf, size_t bufsize, dictStats *stats) {
if (stats->htUsed == 0) { if (stats->htUsed == 0) {
return snprintf(buf,bufsize, return snprintf(buf,bufsize,
"No stats available for empty dictionaries\n"); "No stats available for empty dictionaries\n");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment