aboutsummaryrefslogtreecommitdiff
path: root/getcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'getcore.c')
-rw-r--r--getcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getcore.c b/getcore.c
index 2b2637b..523be43 100644
--- a/getcore.c
+++ b/getcore.c
@@ -43,7 +43,7 @@ bool core_exists(unsigned int core)
void gc_init()
{
cores = 0;
- while(core_exists(cores))
+ while (core_exists(cores))
cores++;
}