fix whitespace.

This commit is contained in:
Ozkan Sezer 2021-12-01 21:33:02 +03:00
parent b71bfdaafb
commit f14a8bfa4e

View file

@ -887,8 +887,7 @@ SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf,
break;
}
/* Avoid infinite loops when nothing gets converted */
if (oldinbytesleft == inbytesleft)
{
if (oldinbytesleft == inbytesleft) {
break;
}
}