Skip to content

Commit db4ca71

Browse files
author
CrosRoad95
committed
space remove
1 parent 7371c69 commit db4ca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/luadefs/CLuaColShapeDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void CLuaColShapeDefs::LoadFunctions(void)
1919
CLuaCFunctions::AddFunction("createColRectangle", CreateColRectangle);
2020
CLuaCFunctions::AddFunction("createColPolygon", CreateColPolygon);
2121
CLuaCFunctions::AddFunction("createColTube", CreateColTube);
22-
CLuaCFunctions::AddFunction ("getColShapeType", GetColShapeType);
22+
CLuaCFunctions::AddFunction("getColShapeType", GetColShapeType);
2323
}
2424

2525
void CLuaColShapeDefs::AddClass(lua_State* luaVM)

0 commit comments

Comments
 (0)