libretro-db: Fix whitespace

This commit is contained in:
Rob Loach 2018-04-14 14:10:40 -04:00 committed by GitHub
parent d3bbdb2e06
commit d44f9467e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -532,7 +532,8 @@ static dat_converter_list_t* dat_converter_parser(
// If the key is not found, report, and mark it to be skipped. // If the key is not found, report, and mark it to be skipped.
if (!map.key) if (!map.key)
{ {
if (warning_displayed == false) { if (warning_displayed == false)
{
printf(" - Missing match key '"); printf(" - Missing match key '");
while (match_key->next) while (match_key->next)
{ {