From b2d9c0dc2a1248efa7fb49240ddc0c5a59176753 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 14 Jul 2006 10:42:24 +0000 Subject: More whitespace changes to see if things work normally again. svn-id: r23494 --- engines/simon/game.cpp | 2 +- engines/simon/oracle.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/simon') diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp index 49c48dd66e..f47a5dc48e 100644 --- a/engines/simon/game.cpp +++ b/engines/simon/game.cpp @@ -1379,7 +1379,7 @@ static int detectGame(const FSList *fslist, Common::Language language, Common::P tstr = file->_key; tstr.toLowercase(); - if(!filesMD5.contains(tstr)) { + if (!filesMD5.contains(tstr)) { if (testFile.open(file->_key)) { testFile.close(); diff --git a/engines/simon/oracle.cpp b/engines/simon/oracle.cpp index 8e90befff1..f0d770e105 100644 --- a/engines/simon/oracle.cpp +++ b/engines/simon/oracle.cpp @@ -108,7 +108,7 @@ void SimonEngine::oracleTextUp() { scrollOracleUp(); setBitFlag(94, true); sub = getSubroutineByID(_variableArray[104]); - if(sub) + if (sub) startSubroutineEx(sub); setBitFlag(94, false); } @@ -297,7 +297,7 @@ void SimonEngine::listSaveGames(int n) { OK=1; if (getBitFlag(93) || getBitFlag(94)) { OK = 0; - if(j > z) + if (j > z) break; } -- cgit v1.2.3