aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo/vlc.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-11 17:17:31 +0200
committerEugene Sandulenko2016-09-11 17:17:31 +0200
commitd39ef91d416b147c48141003f7c39e31cdbf5b66 (patch)
tree41e266e20f6a31595932e438aae1ac01632e2c3f /image/codecs/indeo/vlc.h
parent0733cf65ba8f6babdf35547b49cd2d57c9daf646 (diff)
downloadscummvm-rg350-d39ef91d416b147c48141003f7c39e31cdbf5b66.tar.gz
scummvm-rg350-d39ef91d416b147c48141003f7c39e31cdbf5b66.tar.bz2
scummvm-rg350-d39ef91d416b147c48141003f7c39e31cdbf5b66.zip
JANITORIAL: Whitespace fixes
Diffstat (limited to 'image/codecs/indeo/vlc.h')
-rw-r--r--image/codecs/indeo/vlc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/codecs/indeo/vlc.h b/image/codecs/indeo/vlc.h
index a6dd692732..8269b72d07 100644
--- a/image/codecs/indeo/vlc.h
+++ b/image/codecs/indeo/vlc.h
@@ -46,7 +46,7 @@ enum VLCFlag {
struct VLCcode {
uint8 bits;
uint16 symbol;
-
+
/**
* codeword, with the first bit-to-be-read in the msb
* (even if intended for a little-endian bitstream reader)
@@ -111,7 +111,7 @@ public:
*/
void freeVlc();
-
+
/**
* Build VLC decoding tables suitable for use with get_vlc().
*