Ran astyle to follow allman coding standard.

This commit is contained in:
Don Honerbrink
2015-02-17 08:41:07 -06:00
parent 6c4dfcb9af
commit 86200ad731
20 changed files with 275 additions and 167 deletions

View File

@@ -266,7 +266,7 @@ bool Launcher::GetExtensions(std::string &extensions, std::string collection)
bool Launcher::GetCollectionDirectory(std::string &directory, std::string collection)
{
std::string itemsPathValue;
// find the items path folder (i.e. ROM path)
Config.GetCollectionAbsolutePath(collection, itemsPathValue);
directory += itemsPathValue + "/";