Fix indentation style

This commit is contained in:
nia 2021-07-16 12:21:27 +02:00 committed by BenBE
parent 3fced48eea
commit 4f3ba680fb
1 changed files with 1 additions and 1 deletions

View File

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