mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-05-10 01:52:10 +00:00
fix whitespace.
This commit is contained in:
parent
b71bfdaafb
commit
f14a8bfa4e
|
@ -887,8 +887,7 @@ SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* Avoid infinite loops when nothing gets converted */
|
/* Avoid infinite loops when nothing gets converted */
|
||||||
if (oldinbytesleft == inbytesleft)
|
if (oldinbytesleft == inbytesleft) {
|
||||||
{
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue