From e7fb5f00e7b97c235aaad45844ad816f0df5e31e Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Oct 2009 18:16:44 +0000 Subject: (svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code --- src/ai/api/ai_cargolist.hpp.sq | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/ai/api/ai_cargolist.hpp.sq') diff --git a/src/ai/api/ai_cargolist.hpp.sq b/src/ai/api/ai_cargolist.hpp.sq index 1496ab651..8f70e6903 100644 --- a/src/ai/api/ai_cargolist.hpp.sq +++ b/src/ai/api/ai_cargolist.hpp.sq @@ -20,7 +20,8 @@ namespace SQConvert { template <> int Return(HSQUIRRELVM vm, AICargoList *res) { if (res == NULL) { sq_pushnull(vm); return 1; } res->AddRef(); Squirrel::CreateClassInstanceVM(vm, "AICargoList", res, NULL, DefSQDestructorCallback); return 1; } }; // namespace SQConvert -void SQAICargoList_Register(Squirrel *engine) { +void SQAICargoList_Register(Squirrel *engine) +{ DefSQClass SQAICargoList("AICargoList"); SQAICargoList.PreRegister(engine, "AIAbstractList"); SQAICargoList.AddConstructor(engine, "x"); @@ -37,7 +38,8 @@ namespace SQConvert { template <> int Return(HSQUIRRELVM vm, AICargoList_IndustryAccepting *res) { if (res == NULL) { sq_pushnull(vm); return 1; } res->AddRef(); Squirrel::CreateClassInstanceVM(vm, "AICargoList_IndustryAccepting", res, NULL, DefSQDestructorCallback); return 1; } }; // namespace SQConvert -void SQAICargoList_IndustryAccepting_Register(Squirrel *engine) { +void SQAICargoList_IndustryAccepting_Register(Squirrel *engine) +{ DefSQClass SQAICargoList_IndustryAccepting("AICargoList_IndustryAccepting"); SQAICargoList_IndustryAccepting.PreRegister(engine, "AIAbstractList"); SQAICargoList_IndustryAccepting.AddConstructor(engine, "xi"); @@ -54,7 +56,8 @@ namespace SQConvert { template <> int Return(HSQUIRRELVM vm, AICargoList_IndustryProducing *res) { if (res == NULL) { sq_pushnull(vm); return 1; } res->AddRef(); Squirrel::CreateClassInstanceVM(vm, "AICargoList_IndustryProducing", res, NULL, DefSQDestructorCallback); return 1; } }; // namespace SQConvert -void SQAICargoList_IndustryProducing_Register(Squirrel *engine) { +void SQAICargoList_IndustryProducing_Register(Squirrel *engine) +{ DefSQClass SQAICargoList_IndustryProducing("AICargoList_IndustryProducing"); SQAICargoList_IndustryProducing.PreRegister(engine, "AIAbstractList"); SQAICargoList_IndustryProducing.AddConstructor(engine, "xi"); -- cgit v1.2.3-70-g09d2