mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
stdlib: clean up some whitespace issues
Clean up incorrect whitespace. NFC.
This commit is contained in:
@@ -336,9 +336,9 @@ swift::__swift_stdlib_UBreakIterator *swift::__swift_stdlib_ubrk_open(
|
||||
#if defined(__CYGWIN__) || defined( _MSC_VER) || defined(__linux__)
|
||||
return ptr_cast<swift::__swift_stdlib_UBreakIterator>(
|
||||
ubrk_open(static_cast<UBreakIteratorType>(type), locale,
|
||||
reinterpret_cast<const UChar*>(text), textLength,
|
||||
reinterpret_cast<const UChar *>(text), textLength,
|
||||
ptr_cast<UErrorCode>(status)));
|
||||
#else
|
||||
#else
|
||||
return ptr_cast<swift::__swift_stdlib_UBreakIterator>(
|
||||
ubrk_open(static_cast<UBreakIteratorType>(type), locale, text, textLength,
|
||||
ptr_cast<UErrorCode>(status)));
|
||||
|
||||
Reference in New Issue
Block a user