mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Code indentation
This commit is contained in:
@ -460,7 +460,7 @@ static void PCPProcessList_updateMemoryInfo(ProcessList* super) {
|
||||
super->totalSwap = value.ull;
|
||||
if (Metric_values(PCP_MEM_SWAPCACHED, &value, 1, PM_TYPE_U64) != NULL)
|
||||
super->cachedSwap = value.ull;
|
||||
super->usedSwap = super->totalSwap - swapFreeMem - super->cachedSwap;
|
||||
super->usedSwap = super->totalSwap - swapFreeMem - super->cachedSwap;
|
||||
}
|
||||
|
||||
/* make copies of previously sampled values to avoid overwrite */
|
||||
|
Reference in New Issue
Block a user