From 32cbe57178129d371752e29e857fa454a046f7c3 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 4 Oct 2009 17:10:57 +0000 Subject: (svn r17692) -Codechange: minor coding style fixes --- src/ai/ai_info_dummy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/ai_info_dummy.cpp') diff --git a/src/ai/ai_info_dummy.cpp b/src/ai/ai_info_dummy.cpp index c10adbc88..9036d2dfd 100644 --- a/src/ai/ai_info_dummy.cpp +++ b/src/ai/ai_info_dummy.cpp @@ -66,7 +66,7 @@ void AI_CreateAIDummy(HSQUIRRELVM vm) /* 2) We construct the AI's code. This is done by merging a header, body and footer */ char dummy_script[4096]; char *dp = dummy_script; - dp = strecpy(dp, "class DummyAI extends AIController {\n function Start() {\n", lastof(dummy_script)); + dp = strecpy(dp, "class DummyAI extends AIController {\n function Start()\n {\n", lastof(dummy_script)); /* As special trick we need to split the error message on newlines and * emit each newline as a separate error printing string. */ -- cgit v1.2.3-54-g00ecf