mirror of https://github.com/xzeldon/htop.git
Fix indentation style
This commit is contained in:
parent
3fced48eea
commit
4f3ba680fb
|
@ -380,7 +380,7 @@ static void NetBSDProcessList_scanCPUFrequency(NetBSDProcessList* this) {
|
|||
size_t freqSize;
|
||||
|
||||
for (unsigned int i = 0; i <= cpus; i++) {
|
||||
this->cpus[i].frequency = NAN;
|
||||
this->cpus[i].frequency = NAN;
|
||||
}
|
||||
|
||||
/* newer hardware supports per-core frequency, for e.g. ARM big.LITTLE */
|
||||
|
|
Loading…
Reference in New Issue