Fixed indentation
This commit is contained in:
parent
2e6817f04e
commit
2febd5eaf0
2
utf8.h
2
utf8.h
@ -63,5 +63,5 @@ struct string32 {
|
|||||||
std::ostream& operator<<(std::ostream& stream, const string32& s32) {
|
std::ostream& operator<<(std::ostream& stream, const string32& s32) {
|
||||||
for (int i=0;i<s32.size();i++)
|
for (int i=0;i<s32.size();i++)
|
||||||
stream << s32[i];
|
stream << s32[i];
|
||||||
return stream;
|
return stream;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user