aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo/vlc.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-10 22:18:05 -0400
committerPaul Gilbert2016-09-10 22:18:05 -0400
commita5f43663875e789baa8b7d9e79d5da4b3362f04a (patch)
tree8d9235abe82273f3b0902bcb8d1f6d5c7a732393 /image/codecs/indeo/vlc.h
parent2f7da2d3d9a6c9ef998a8e1b91a4554e6d1b9d74 (diff)
downloadscummvm-rg350-a5f43663875e789baa8b7d9e79d5da4b3362f04a.tar.gz
scummvm-rg350-a5f43663875e789baa8b7d9e79d5da4b3362f04a.tar.bz2
scummvm-rg350-a5f43663875e789baa8b7d9e79d5da4b3362f04a.zip
IMAGE: Fix leading spaces into tabs in Indeo decoders
Diffstat (limited to 'image/codecs/indeo/vlc.h')
-rw-r--r--image/codecs/indeo/vlc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/image/codecs/indeo/vlc.h b/image/codecs/indeo/vlc.h
index 51e887d3ae..a6dd692732 100644
--- a/image/codecs/indeo/vlc.h
+++ b/image/codecs/indeo/vlc.h
@@ -67,9 +67,9 @@ private:
*/
static uint getData(const void *table, uint idx, uint wrap, uint size);
public:
- int _bits;
- VLC_TYPE (*_table)[2]; ///< code, bits
- int _tableSize, _tableAllocated;
+ int _bits;
+ VLC_TYPE (*_table)[2]; ///< code, bits
+ int _tableSize, _tableAllocated;
VLC();