mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-03 10:47:23 +02:00
Ran astyle to follow allman coding standard.
This commit is contained in:
@@ -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 + "/";
|
||||
|
||||
Reference in New Issue
Block a user