Fixed indentation

This commit is contained in:
Xnoe 2020-07-08 18:23:08 +01:00 committed by Elsie
parent 2e6817f04e
commit 2febd5eaf0

2
utf8.h
View File

@ -63,5 +63,5 @@ struct string32 {
std::ostream& operator<<(std::ostream& stream, const string32& s32) {
for (int i=0;i<s32.size();i++)
stream << s32[i];
return stream;
return stream;
}