Skip to content

Commit 0cb5398

Browse files
committed
Code formatting
1 parent 27bab4b commit 0cb5398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/yup_core/text/yup_String.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,7 @@ String String::reversed() const
20422042
while (! p.isEmpty())
20432043
clusters.push_back (p.getAndAdvance());
20442044

2045-
auto appendUTF32CodepointAsUTF8 = [](String& dest, yup_wchar cp)
2045+
auto appendUTF32CodepointAsUTF8 = [] (String& dest, yup_wchar cp)
20462046
{
20472047
char utf8[5] = { 0 };
20482048
size_t len = 0;

0 commit comments

Comments
 (0)