diff options
author | scop <scop> | 2005-04-18 19:29:07 +0000 |
---|---|---|
committer | scop <scop> | 2005-04-18 19:29:07 +0000 |
commit | 0b4b00ec6cb8af354b270b4c8356e453fa0c0d5b (patch) | |
tree | 09154e5ff5f1f6b4d8573ba9ab644ea589798809 /dxr3cpu.h | |
parent | f8a3d81fc0b548a0f76e205fee433e4c94a4ee57 (diff) | |
download | vdr-plugin-dxr3-0b4b00ec6cb8af354b270b4c8356e453fa0c0d5b.tar.gz vdr-plugin-dxr3-0b4b00ec6cb8af354b270b4c8356e453fa0c0d5b.tar.bz2 |
Add (X)Emacs indentation settings.
Diffstat (limited to 'dxr3cpu.h')
-rw-r--r-- | dxr3cpu.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -103,5 +103,10 @@ private: CPUInformation m_Info; }; - #endif /*_DXR3_CPU_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: |