mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Split statements that should go onto multiple lines
This commit is contained in:
@ -147,7 +147,8 @@ static void PCPProcess_writeField(const Process* this, RichString* str, ProcessF
|
||||
totalRate = pp->io_rate_write_bps;
|
||||
else
|
||||
totalRate = NAN;
|
||||
Process_printRate(str, totalRate, coloring); return;
|
||||
Process_printRate(str, totalRate, coloring);
|
||||
return;
|
||||
}
|
||||
case CGROUP: xSnprintf(buffer, n, "%-10s ", pp->cgroup ? pp->cgroup : ""); break;
|
||||
case OOM: xSnprintf(buffer, n, "%4u ", pp->oom); break;
|
||||
|
Reference in New Issue
Block a user