From d39ef91d416b147c48141003f7c39e31cdbf5b66 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 11 Sep 2016 17:17:31 +0200 Subject: JANITORIAL: Whitespace fixes --- image/codecs/indeo/vlc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image/codecs/indeo/vlc.h') 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(). * -- cgit v1.2.3