Fix indentation to 3 spaces

This commit is contained in:
Benny Baumann 2020-10-31 21:10:12 +01:00
parent adf797c295
commit 493217e814
2 changed files with 31 additions and 31 deletions

View File

@ -1336,8 +1336,8 @@ static inline double LinuxProcessList_scanCPUTime(LinuxProcessList* this) {
cpuData->stealTime = steal;
cpuData->guestTime = virtalltime;
cpuData->totalTime = totaltime;
}
double period = (double)this->cpus[0].totalPeriod / cpus;
fclose(file);
return period;