summaryrefslogtreecommitdiff
path: root/cpuid.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2008-07-01 23:47:46 -0400
committerDave Jones <davej@redhat.com>2008-07-01 23:47:46 -0400
commit3f8ad6afbcde7e38e50912ce1bf7912992bceba4 (patch)
tree359782439049b6a2904ebeeb10872e16dccc9bbe /cpuid.c
parent0f449de32857911a116b141749c783d91784395c (diff)
ridiculous amount of whitespace cleanups
Diffstat (limited to 'cpuid.c')
-rw-r--r--cpuid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpuid.c b/cpuid.c
index 8e8f4db..d8658e7 100644
--- a/cpuid.c
+++ b/cpuid.c
@@ -27,7 +27,7 @@
#include "x86info.h"
#if defined(__FreeBSD__)
-void cpuid (int CPU_number, unsigned int idx,
+void cpuid(int CPU_number, unsigned int idx,
unsigned long *eax,
unsigned long *ebx,
unsigned long *ecx,
@@ -67,7 +67,7 @@ void cpuid (int CPU_number, unsigned int idx,
if (!silent && nrCPUs != 1)
perror(cpuname);
used_UP = 1;
- cpuid_UP (idx, eax, ebx, ecx, edx);
+ cpuid_UP(idx, eax, ebx, ecx, edx);
return;
}
}
@@ -126,7 +126,7 @@ void cpuid (int CPU_number, unsigned int idx,
if (!silent && nrCPUs != 1)
perror(cpuname);
used_UP = 1;
- cpuid_UP (idx, eax, ebx, ecx, edx);
+ cpuid_UP(idx, eax, ebx, ecx, edx);
return;
}
}