From a5f43663875e789baa8b7d9e79d5da4b3362f04a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 10 Sep 2016 22:18:05 -0400 Subject: IMAGE: Fix leading spaces into tabs in Indeo decoders --- image/codecs/indeo/vlc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'image/codecs/indeo/vlc.h') 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(); -- cgit v1.2.3