From b3c6751b9b7fc1401fd5e87a034cdaec92b67b20 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 May 2009 15:17:42 +0000 Subject: Strip trailing whitespaces in the whole code base. svn-id: r40867 --- engines/sky/control.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sky/control.cpp') diff --git a/engines/sky/control.cpp b/engines/sky/control.cpp index a24e3eeb04..f40391778c 100644 --- a/engines/sky/control.cpp +++ b/engines/sky/control.cpp @@ -452,7 +452,7 @@ void Control::doControlPanel(void) { if (SkyEngine::isDemo()) { return; } - + initPanel(); _savedCharSet = _skyText->giveCurrentCharSet(); @@ -783,7 +783,7 @@ uint16 Control::shiftDown(uint8 speed) { else return 0; } - + return SHIFTED; } -- cgit v1.2.3