From 6358547a434a30283c7eeacab6e6f822fd2073d2 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 14 Jul 2006 13:33:58 +0000 Subject: More whitespace changes. svn-id: r23496 --- engines/sky/control.cpp | 2 +- engines/sky/intro.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sky') diff --git a/engines/sky/control.cpp b/engines/sky/control.cpp index a53a6b899d..247befad41 100644 --- a/engines/sky/control.cpp +++ b/engines/sky/control.cpp @@ -529,7 +529,7 @@ uint16 Control::handleClick(ConResource *pButton) { char quitDos[] = "Quit to DOS?"; char restart[] = "Restart?"; - switch(pButton->_onClick) { + switch (pButton->_onClick) { case DO_NOTHING: return 0; case REST_GAME_PANEL: diff --git a/engines/sky/intro.cpp b/engines/sky/intro.cpp index 9f8b56356e..6c50ea9804 100644 --- a/engines/sky/intro.cpp +++ b/engines/sky/intro.cpp @@ -825,7 +825,7 @@ bool Intro::commandFlirt(uint16 *&data) { while ((_skyScreen->seqFramesLeft() < *data)) { data++; uint16 command = *data++; - switch(command) { + switch (command) { case IC_PREPARE_TEXT: _skyText->displayText(*data++, _textBuf, true, INTRO_TEXT_WIDTH, 255); break; -- cgit v1.2.3