mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 10:57:07 +03:00
Standardize indentation.
This commit is contained in:
parent
907f8298a0
commit
f70649a178
@ -181,7 +181,6 @@ void Platform_setMemoryValues(Meter* mtr) {
|
||||
mtr->values[0] = (double)(vm->active_count + vm->wire_count) * page_K;
|
||||
mtr->values[1] = (double)vm->purgeable_count * page_K;
|
||||
mtr->values[2] = (double)vm->inactive_count * page_K;
|
||||
|
||||
}
|
||||
|
||||
void Platform_setSwapValues(Meter* this) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user