Core/Misc: Apply codestyle to multiple files

This commit is contained in:
Spp
2013-01-14 09:50:59 +01:00
parent 557fde86e4
commit 802657250c
112 changed files with 520 additions and 521 deletions

View File

@@ -79,7 +79,7 @@ void LoadGameObjectModelList()
model_list.insert
(
ModelList::value_type( displayId, GameobjectModelData(std::string(buff,name_length),AABox(v1,v2)) )
ModelList::value_type( displayId, GameobjectModelData(std::string(buff, name_length), AABox(v1, v2)) )
);
}