From 3abc11611e1d1d93f1cf794df28879de3571bd01 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 18 Sep 2007 20:16:33 +0000 Subject: Code formatting fixes svn-id: r28945 --- engines/touche/touche.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/touche/touche.cpp') diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp index f3d1f33dfd..c276cebbe8 100644 --- a/engines/touche/touche.cpp +++ b/engines/touche/touche.cpp @@ -2358,7 +2358,7 @@ void ToucheEngine::removeConversationChoice(int16 num) { for (int i = 0; i < NUM_CONVERSATION_CHOICES; ++i) { if (_conversationChoicesTable[i].num == num) { _conversationChoicesUpdated = true; - for(; i < NUM_CONVERSATION_CHOICES - 1; ++i) { + for (; i < NUM_CONVERSATION_CHOICES - 1; ++i) { _conversationChoicesTable[i].num = _conversationChoicesTable[i + 1].num; _conversationChoicesTable[i].msg = _conversationChoicesTable[i + 1].msg; } -- cgit v1.2.3