commit | 6b77ebdc919d9212f50fd353b1da0d84d3815bf3 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne@apple.com> | Wed Oct 23 10:40:15 2019 -0700 |
committer | Louis Dionne <ldionne@apple.com> | Wed Oct 23 11:19:19 2019 -0700 |
tree | 812aad93c9f6fb083eecfb6fc1f4d668b2112dec | |
parent | 684ebc605e0b7f8782e634e1bb3621a9b0ec674f [diff] [blame] |
[NFC] Strip trailing whitespace from libc++
diff --git a/libcxx/test/std/strings/strings.erasure/erase.pass.cpp b/libcxx/test/std/strings/strings.erasure/erase.pass.cpp index 5013300..26d6b86 100644 --- a/libcxx/test/std/strings/strings.erasure/erase.pass.cpp +++ b/libcxx/test/std/strings/strings.erasure/erase.pass.cpp
@@ -11,7 +11,7 @@ // template <class charT, class traits, class Allocator, class U> // void erase(basic_string<charT, traits, Allocator>& c, const U& value); - + #include <string> #include <optional>