summaryrefslogtreecommitdiff
path: root/cpuid_power.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpuid_power.c')
-rw-r--r--cpuid_power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpuid_power.c b/cpuid_power.c
index 9fd9ec9f4..2fc333dd2 100644
--- a/cpuid_power.c
+++ b/cpuid_power.c
@@ -134,7 +134,7 @@ int detect(void){
if (hostInfo.cpu_subtype == CPU_SUBTYPE_POWERPC_7450) return CPUTYPE_PPCG4;
if (hostInfo.cpu_subtype == CPU_SUBTYPE_POWERPC_970) return CPUTYPE_PPC970;
-
+
return CPUTYPE_PPC970;
#endif
}