Skip to content
Snippets Groups Projects
Commit e2fdd29a authored by maitesin's avatar maitesin
Browse files

Simplified return

parent c90f5415
No related branches found
No related tags found
1 merge request!16Simplified return
......@@ -213,12 +213,7 @@ bool Config::readConfigFile(std::string configPath)
}
}
if (name_.empty())
{
return false;
}
return true;
return ! name_.empty();
}
std::vector<std::string> Config::splitValue(Vita::string str, Vita::string onlyEnding)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment