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