summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2021-07-16 12:21:27 +0200
committerBenBE <BenBE@geshi.org>2021-07-21 21:06:58 +0200
commit4f3ba680fbf2af938d64b645aa5f6cc1d188cfc7 (patch)
tree359556b11a71fe54e8b212fe9455e1c05bfe5093
parent3fced48eea82fb30a9a0f360814ab1640e6d36f0 (diff)
Fix indentation style
-rw-r--r--netbsd/NetBSDProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netbsd/NetBSDProcessList.c b/netbsd/NetBSDProcessList.c
index b89b8066..47bfeb23 100644
--- a/netbsd/NetBSDProcessList.c
+++ b/netbsd/NetBSDProcessList.c
@@ -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 */

© 2014-2024 Faster IT GmbH | imprint | privacy policy