Minimal code formatting change.

This commit is contained in:
Leon Styhre 2021-08-24 18:29:46 +02:00
parent 627b632a45
commit e47958b3fd
2 changed files with 3 additions and 2 deletions

View file

@ -52,7 +52,7 @@ CollectionSystemsManager::CollectionSystemsManager(Window* window)
{
// clang-format off
CollectionSystemDecl systemDecls[] = {
// Type Name Long name Theme folder isCustom
// Type Name Long name Theme folder isCustom
{AUTO_ALL_GAMES, "all", "all games", "auto-allgames", false},
{AUTO_LAST_PLAYED, "recent", "last played", "auto-lastplayed", false},
{AUTO_FAVORITES, "favorites", "favorites", "auto-favorites", false},

View file

@ -767,7 +767,8 @@ void FileData::launchGame(Window* window)
LOG(LogWarning) << "The alternative emulator configured for system \""
<< getSystem()->getName()
<< "\" is invalid, falling back to the default command \""
<< getSystem()->getSystemEnvData()->mLaunchCommands.front().first << "\"";
<< getSystem()->getSystemEnvData()->mLaunchCommands.front().first
<< "\"";
}
if (command.empty())