summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/c.strings
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-10-23 10:40:15 -0700
committerLouis Dionne <ldionne@apple.com>2019-10-23 11:19:19 -0700
commit6b77ebdc919d9212f50fd353b1da0d84d3815bf3 (patch)
tree812aad93c9f6fb083eecfb6fc1f4d668b2112dec /libcxx/test/std/strings/c.strings
parent684ebc605e0b7f8782e634e1bb3621a9b0ec674f (diff)
downloadbcm5719-llvm-6b77ebdc919d9212f50fd353b1da0d84d3815bf3.tar.gz
bcm5719-llvm-6b77ebdc919d9212f50fd353b1da0d84d3815bf3.zip
[NFC] Strip trailing whitespace from libc++
Diffstat (limited to 'libcxx/test/std/strings/c.strings')
-rw-r--r--libcxx/test/std/strings/c.strings/cwctype.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/strings/c.strings/cwctype.pass.cpp b/libcxx/test/std/strings/c.strings/cwctype.pass.cpp
index 3bcda1a472c..99027d9e934 100644
--- a/libcxx/test/std/strings/c.strings/cwctype.pass.cpp
+++ b/libcxx/test/std/strings/c.strings/cwctype.pass.cpp
@@ -107,7 +107,7 @@ int main(int, char**)
ASSERT_SAME_TYPE(int, decltype(std::iswxdigit(w)));
ASSERT_SAME_TYPE(int, decltype(std::iswctype(w, std::wctype_t())));
-
+
ASSERT_SAME_TYPE(std::wctype_t, decltype(std::wctype("")));
ASSERT_SAME_TYPE(std::wint_t, decltype(std::towlower(w)));
ASSERT_SAME_TYPE(std::wint_t, decltype(std::towupper(w)));
OpenPOWER on IntegriCloud