1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Fix formatting

This commit is contained in:
Vadim Markovtsev
2016-10-29 17:00:12 +02:00
parent 24793e115c
commit 9f967b4d7a
7 changed files with 21 additions and 22 deletions

View File

@ -298,7 +298,7 @@ bool CLegacyConfigParser::endLine()
return curr < end;
}
void CGeneralTextHandler::readToVector(std::string sourceName, std::vector<std::string> & dest)
void CGeneralTextHandler::readToVector(std::string sourceName, std::vector<std::string> &dest)
{
CLegacyConfigParser parser(sourceName);
do