From d04c6851681bc9b89ba98c1644cd62d7fb719ac2 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 1 Jun 2016 21:35:39 +0000 Subject: Remove trailing whitespace in test suite. Approved by Marshall Clow. llvm-svn: 271435 --- .../std/containers/associative/multimap/multimap.ops/find3.fail.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcxx/test/std/containers/associative/multimap/multimap.ops/find3.fail.cpp') diff --git a/libcxx/test/std/containers/associative/multimap/multimap.ops/find3.fail.cpp b/libcxx/test/std/containers/associative/multimap/multimap.ops/find3.fail.cpp index f10bc60aa86..e53fc4d5588 100644 --- a/libcxx/test/std/containers/associative/multimap/multimap.ops/find3.fail.cpp +++ b/libcxx/test/std/containers/associative/multimap/multimap.ops/find3.fail.cpp @@ -13,9 +13,9 @@ // iterator find(const key_type& k); // const_iterator find(const key_type& k) const; -// -// The member function templates find, count, lower_bound, upper_bound, and -// equal_range shall not participate in overload resolution unless the +// +// The member function templates find, count, lower_bound, upper_bound, and +// equal_range shall not participate in overload resolution unless the // qualified-id Compare::is_transparent is valid and denotes a type -- cgit v1.2.3