mirror of
https://github.com/holub/mame
synced 2025-06-24 05:17:04 +03:00
Spacing fix
This commit is contained in:
parent
e38b9b63ba
commit
36033a2f98
@ -69,7 +69,7 @@ void imgtool::simple_charconverter::from_utf8(std::ostream &dest, const char *sr
|
|||||||
std::string normalized_src = normalize_unicode(src, src_length, m_norm);
|
std::string normalized_src = normalize_unicode(src, src_length, m_norm);
|
||||||
|
|
||||||
auto iter = normalized_src.begin();
|
auto iter = normalized_src.begin();
|
||||||
while(iter != normalized_src.end())
|
while (iter != normalized_src.end())
|
||||||
{
|
{
|
||||||
// get the next character
|
// get the next character
|
||||||
char32_t ch;
|
char32_t ch;
|
||||||
|
Loading…
Reference in New Issue
Block a user