Skip to content

Commit 21d4075

Browse files
committed
stdlib: clean up some whitespace issues
Clean up incorrect whitespace. NFC.
1 parent 74183c4 commit 21d4075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/stubs/UnicodeNormalization.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ swift::__swift_stdlib_UBreakIterator *swift::__swift_stdlib_ubrk_open(
336336
#if defined(__CYGWIN__) || defined( _MSC_VER) || defined(__linux__)
337337
return ptr_cast<swift::__swift_stdlib_UBreakIterator>(
338338
ubrk_open(static_cast<UBreakIteratorType>(type), locale,
339-
reinterpret_cast<const UChar*>(text), textLength,
339+
reinterpret_cast<const UChar *>(text), textLength,
340340
ptr_cast<UErrorCode>(status)));
341-
#else
341+
#else
342342
return ptr_cast<swift::__swift_stdlib_UBreakIterator>(
343343
ubrk_open(static_cast<UBreakIteratorType>(type), locale, text, textLength,
344344
ptr_cast<UErrorCode>(status)));

0 commit comments

Comments
 (0)