Skip to content

Commit 3323d0d

Browse files
author
Sriya Pratipati
committed
fixed formatting
1 parent 3ad6866 commit 3323d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/wchar/character_converter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ErrorOr<char32_t> CharacterConverter::pop_utf32() {
7878
// if pop is called too early
7979
if (!isComplete())
8080
return Error(-1);
81-
81+
8282
char32_t utf32 = state->partial;
8383

8484
// reset if successful pop

0 commit comments

Comments
 (0)