diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-06-05 08:49:39 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-06-05 08:49:39 +0200 |
commit | 258901012adff5929c9488fe621101d7aa3e42e7 (patch) | |
tree | 5e74bc1cb9539d044a27ba82454675a4e4a39f9c /dxr3spudecoder.h | |
parent | eecd8d6b5fc35cd39b53f6c2642ccbc388d47044 (diff) | |
download | vdr-plugin-dxr3-258901012adff5929c9488fe621101d7aa3e42e7.tar.gz vdr-plugin-dxr3-258901012adff5929c9488fe621101d7aa3e42e7.tar.bz2 |
update emacs code style part
Diffstat (limited to 'dxr3spudecoder.h')
-rw-r--r-- | dxr3spudecoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h index 70adf57..0191527 100644 --- a/dxr3spudecoder.h +++ b/dxr3spudecoder.h @@ -182,5 +182,6 @@ inline uint32_t cDxr3SpuPalette::getColor(uint8_t idx, uint8_t trans) const // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// indent-tabs-mode: t +// tab-width: 4; +// indent-tabs-mode: nil // End: |