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 --- engines/supernova/screen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/supernova') diff --git a/engines/supernova/screen.cpp b/engines/supernova/screen.cpp index 5404b13254..2c441acf7b 100644 --- a/engines/supernova/screen.cpp +++ b/engines/supernova/screen.cpp @@ -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); -- cgit v1.2.3