summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 933f394d49..06287cd525 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -79,7 +79,7 @@ static int has_cpuid(void)
: "cc"
);
- return (a!=c);
+ return a != c;
}
#endif