mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 04:57:07 +03:00
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;
|
size_t freqSize;
|
||||||
|
|
||||||
for (unsigned int i = 0; i <= cpus; i++) {
|
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 */
|
/* newer hardware supports per-core frequency, for e.g. ARM big.LITTLE */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user