Formatting, typos

This commit is contained in:
Klaus Basan
2017-09-14 03:06:07 +02:00
committed by Mathew Sutcliffe
parent 6d11ea2435
commit fe01a9d4aa
6 changed files with 18 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ namespace BlackMisc
if (flag.testFlag(NoEntity)) list << "no data";
if (flag.testFlag(VatsimDataFile)) list << "VATSIM data file";
if (flag.testFlag(VatsimStatusFile)) list << "VATSIM status file";
return list.join(',');
return list.join(", ");
}
bool CEntityFlags::isSingleEntity(BlackMisc::Network::CEntityFlags::Entity flag)