summaryrefslogtreecommitdiffstats
path: root/darwin/Platform.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-31 20:55:36 +0100
committerBenny Baumann <BenBE@geshi.org>2020-11-02 22:15:01 +0100
commitadf797c295db2e0b24cc49efc7af70dafc3f10c2 (patch)
tree22bbd800bd2ea7c0732efb19b9869ef3e6739969 /darwin/Platform.c
parent374edb9ed5e9d5fa24cfe358258d82f69d9d430d (diff)
Spacing after keywords (for)
Diffstat (limited to 'darwin/Platform.c')
-rw-r--r--darwin/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/Platform.c b/darwin/Platform.c
index a7adaeee..9086c6de 100644
--- a/darwin/Platform.c
+++ b/darwin/Platform.c
@@ -206,7 +206,7 @@ double Platform_setCPUValues(Meter* mtr, int cpu) {
double total = 0;
/* Take the sums */
- for(size_t i = 0; i < CPU_STATE_MAX; ++i) {
+ for (size_t i = 0; i < CPU_STATE_MAX; ++i) {
total += (double)curr->cpu_ticks[i] - (double)prev->cpu_ticks[i];
}

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