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/saga/script.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/saga/script.cpp') diff --git a/engines/saga/script.cpp b/engines/saga/script.cpp index 7a7e15c249..6fd6adfa10 100644 --- a/engines/saga/script.cpp +++ b/engines/saga/script.cpp @@ -316,7 +316,7 @@ void Script::setupScriptOpcodeList() { // String manipulation OPCODE(opDummy), // 71: opStrCat, string concatenation (unused) OPCODE(opDummy), // 72: opStrFormat, string formatting (unused) - // Assignment + // Assignment OPCODE(opDummy), // 73: assign (unused) OPCODE(opDummy), // 74: += (unused) OPCODE(opDummy), // 75: -= (unused) @@ -434,7 +434,7 @@ void Script::setupScriptOpcodeList() { // String manipulation OPCODE(opDummy), // 80: opStrCat, string concatenation (unused) OPCODE(opDummy), // 81: opStrFormat, string formatting (unused) - // Assignment + // Assignment OPCODE(opDummy), // 82: assign (unused) OPCODE(opDummy), // 83: += (unused) OPCODE(opDummy), // 84: -= (unused) @@ -660,7 +660,7 @@ void Script::opCcallV(SCRIPTOP_PARAMS) { (this->*scriptFunction)(thread, argumentsCount, stopParsing); if (stopParsing) return; - + if (scriptFunction == &Saga::Script::sfScriptGotoScene) { stopParsing = true; breakOut = true; -- cgit v1.2.3