From 89abab97e3124fa25eb4c7d3e8b38501747a8d17 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 26 Sep 2012 04:17:31 +0200 Subject: JANITORIAL: Remove trailing whitespaces. Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' --- engines/agi/op_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agi/op_test.cpp') diff --git a/engines/agi/op_test.cpp b/engines/agi/op_test.cpp index a44c68e0fc..4d5e6fffe1 100644 --- a/engines/agi/op_test.cpp +++ b/engines/agi/op_test.cpp @@ -403,7 +403,7 @@ int AgiEngine::testIfCode(int lognum) { case 0xFF: endTest = true; continue; - + default: // Evaluate the command and skip the rest of the instruction _agiCondCommands[op](state, p); -- cgit v1.2.3