From 9bee9e1ba66db0ca27f13a7a09f839521c1e8b3f Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Thu, 19 Apr 2018 12:08:31 +0200 Subject: JANITORIAL: Fix whitespace --- video/bink_decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/bink_decoder.cpp b/video/bink_decoder.cpp index fbf75b48ee..6fca2c11c8 100644 --- a/video/bink_decoder.cpp +++ b/video/bink_decoder.cpp @@ -559,7 +559,7 @@ void BinkDecoder::BinkVideoTrack::mergeHuffmanSymbols(VideoFrame &video, byte *d } void BinkDecoder::BinkVideoTrack::initBundles() { - uint32 bw = (_surface.w + 7) >> 3; + uint32 bw = (_surface.w + 7) >> 3; uint32 bh = (_surface.h + 7) >> 3; uint32 blocks = bw * bh; -- cgit v1.2.3