On 5/14/19 1:50 PM, Jorge Guerra wrote: > + dbprintf(_("capacity used (bytes): %llu (%.3f %cB)\n"), > + extstats.logicalused, answer, iec_prefixes[i]); I think I missed this instance of "indent please" and probably others... (I'm kind of wondering about carrying 'used' in bytes, but I suppose we're ok until we really get zettabyte filesytems in the wild) ;) -Eric