mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-08-12 10:25:03 +00:00
white space.
This commit is contained in:
@@ -114,7 +114,7 @@ std::string utf8_to_macroman(const std::string &s) {
|
||||
//not utf8...
|
||||
}
|
||||
tmp = (tmp << 6) + (c & 0b00111111);
|
||||
if(--cs == 0) {
|
||||
if (--cs == 0) {
|
||||
c = unicode_to_macroman(tmp);
|
||||
if (c) rv.push_back(c);
|
||||
}
|
||||
|
Reference in New Issue
Block a user