summaryrefslogtreecommitdiff
path: root/dxr3cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3cpu.c')
-rw-r--r--dxr3cpu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3cpu.c b/dxr3cpu.c
index fd33765..133ef7a 100644
--- a/dxr3cpu.c
+++ b/dxr3cpu.c
@@ -135,3 +135,9 @@ bool cDxr3CPU::Cpuid(unsigned long function, unsigned long& out_eax, unsigned lo
: "0" (function));
return true;
}
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// indent-tabs-mode: t
+// End: