mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed a small code formatting issue.
This commit is contained in:
parent
165da1a028
commit
1ed759aa47
|
@ -42,8 +42,7 @@ std::unique_ptr<ScraperSearchHandle> startScraperSearch(const ScraperSearchParam
|
|||
else {
|
||||
LOG(LogDebug) << "Scraper::startScraperSearch(): Scraping system \""
|
||||
<< params.system->getName()
|
||||
<< (params.game->getType() == FOLDER ? "\", folder \"" :
|
||||
"\", game file \"")
|
||||
<< (params.game->getType() == FOLDER ? "\", folder \"" : "\", game file \"")
|
||||
<< params.game->getFileName() << "\"";
|
||||
scraper_request_funcs.at(name)(params, handle->mRequestQueue, handle->mResults);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue