mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Fix formatting
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user