1
0

CheckBasicStyle: checks spaces around * and &.

This commit is contained in:
Mattes D
2015-05-09 11:16:56 +02:00
parent c13b1931ff
commit 846d16315a
42 changed files with 115 additions and 104 deletions

View File

@@ -15,8 +15,8 @@
cMapSerializer::cMapSerializer(const AString& a_WorldName, cMap * a_Map)
: m_Map(a_Map)
cMapSerializer::cMapSerializer(const AString & a_WorldName, cMap * a_Map):
m_Map(a_Map)
{
AString DataPath;
Printf(DataPath, "%s%cdata", a_WorldName.c_str(), cFile::PathSeparator);