mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-18 16:05:45 +03:00
Fix indentation to 3 spaces
This commit is contained in:
parent
adf797c295
commit
493217e814
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user