aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cpuinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cpuinfo.h b/include/cpuinfo.h
index 1df6097..2b1c60a 100644
--- a/include/cpuinfo.h
+++ b/include/cpuinfo.h
@@ -125,7 +125,7 @@ struct cpuinfo_tlb {
enum cpuinfo_vendor {
/** Processor vendor is not known to the library, or the library failed to get vendor information from the OS. */
cpuinfo_vendor_unknown = 0,
-
+
/* Active vendors of modern CPUs */
/**
@@ -175,7 +175,7 @@ enum cpuinfo_vendor {
cpuinfo_vendor_motorola = 34,
/* Defunct CPU vendors */
-
+
/**
* Transmeta Corporation. Vendor of x86 processor microarchitectures.
*
@@ -330,7 +330,7 @@ enum cpuinfo_uarch {
cpuinfo_uarch_bobcat = 0x00200201,
/** AMD Jaguar mobile microarchitecture. */
cpuinfo_uarch_jaguar = 0x00200202,
-
+
/** ARM7 series. */
cpuinfo_uarch_arm7 = 0x00300100,
/** ARM9 series. */