From dead4aa01446da2bf711e64a4e681be460fa1202 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 9 Oct 2016 14:59:58 +0200 Subject: JANITORIAL: Remove trailing spaces --- engines/voyeur/screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/voyeur') diff --git a/engines/voyeur/screen.cpp b/engines/voyeur/screen.cpp index 62f609c5c7..ca9248398f 100644 --- a/engines/voyeur/screen.cpp +++ b/engines/voyeur/screen.cpp @@ -334,7 +334,7 @@ void Screen::sDrawPic(DisplayResource *srcDisplay, DisplayResource *destDisplay, destP += width2 + widthDiff2; } - addDirtyRect(Common::Rect(offset.x, offset.y, offset.x + width2, + addDirtyRect(Common::Rect(offset.x, offset.y, offset.x + width2, offset.y + height1)); } } -- cgit v1.2.3