From 8ba75fc522f16844524dd4d6f88c3851e2402969 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Sep 2009 16:16:53 +0000 Subject: Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) svn-id: r44495 --- tools/create_lure/process_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create_lure') diff --git a/tools/create_lure/process_actions.cpp b/tools/create_lure/process_actions.cpp index 81db0de022..7ea45d8681 100644 --- a/tools/create_lure/process_actions.cpp +++ b/tools/create_lure/process_actions.cpp @@ -221,7 +221,7 @@ uint16 process_action_sequence_entry(int supportIndex, byte *data, uint16 remain for (int paramCtr = 0; paramCtr < numParams[actionNum]; ++paramCtr) params[paramCtr] = lureExe.readWord(); - switch(actionNum) { + switch (actionNum) { case NPC_SET_ROOM_AND_BLOCKED_OFFSET: case NPC_SET_SUPPORT_OFFSET: case NPC_SUPPORT_OFFSET_COND: -- cgit v1.2.3