From cea58cc61c12206f41b64ba0094655dcd84b57af Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Sat, 2 Jul 2016 13:26:05 +0600 Subject: JANITORIAL: Remove trailing spaces --- gui/widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/widget.cpp') diff --git a/gui/widget.cpp b/gui/widget.cpp index f2a888e31d..56b7e91455 100644 --- a/gui/widget.cpp +++ b/gui/widget.cpp @@ -437,7 +437,7 @@ void PicButtonWidget::drawWidget() { const int x = _x + (_w - _gfx.w) / 2; const int y = _y + (_h - _gfx.h) / 2; - g_gui.theme()->drawSurfaceClip(Common::Rect(x, y, x + _gfx.w, y + _gfx.h), getBossClipRect(), _gfx, _state, _alpha, _transparency); + g_gui.theme()->drawSurfaceClip(Common::Rect(x, y, x + _gfx.w, y + _gfx.h), getBossClipRect(), _gfx, _state, _alpha, _transparency); } } -- cgit v1.2.3