Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-09-27 05:26:41 +0300
committerMarat Dukhan <marat@fb.com>2017-09-27 05:26:41 +0300
commitb92e2edafb0684886976d32a7bcbc25d8f5a6eec (patch)
tree0b10dd3072aea4ca86246e25913e27016271de60 /include
parentcc70cfb70e0937d6c1d1c0316f75951b4f30b446 (diff)
Remove end-of-line whitespace in header
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. */