mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25: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 {
|
else {
|
||||||
LOG(LogDebug) << "Scraper::startScraperSearch(): Scraping system \""
|
LOG(LogDebug) << "Scraper::startScraperSearch(): Scraping system \""
|
||||||
<< params.system->getName()
|
<< params.system->getName()
|
||||||
<< (params.game->getType() == FOLDER ? "\", folder \"" :
|
<< (params.game->getType() == FOLDER ? "\", folder \"" : "\", game file \"")
|
||||||
"\", game file \"")
|
|
||||||
<< params.game->getFileName() << "\"";
|
<< params.game->getFileName() << "\"";
|
||||||
scraper_request_funcs.at(name)(params, handle->mRequestQueue, handle->mResults);
|
scraper_request_funcs.at(name)(params, handle->mRequestQueue, handle->mResults);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue