JANITORIAL: Fix whitespace

This commit is contained in:
Adrian Frühwirth 2018-04-19 12:08:31 +02:00
parent 25aa60726d
commit 9bee9e1ba6
38 changed files with 98 additions and 98 deletions

View file

@ -339,9 +339,9 @@ void Screen::renderImageSection(const MSNImage *image, int section) {
return;
Common::Rect sectionRect(image->_section[section].x1,
image->_section[section].y1,
image->_section[section].x2 + 1,
image->_section[section].y2 + 1) ;
image->_section[section].y1,
image->_section[section].x2 + 1,
image->_section[section].y2 + 1);
if (image->_filenumber == 1 || image->_filenumber == 2) {
sectionRect.setWidth(640);
sectionRect.setHeight(480);