Code indentation

This commit is contained in:
Benny Baumann
2021-07-14 19:15:09 +02:00
committed by BenBE
parent e7f8d7bcc9
commit 458749df45
23 changed files with 89 additions and 89 deletions

View File

@ -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 */