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 --- .../string.nonmembers/string.special/swap_noexcept.pass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/test/std/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp') diff --git a/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp b/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp index d30d85bc913..4ac13d10e67 100644 --- a/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp +++ b/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp @@ -31,7 +31,7 @@ template struct some_alloc { typedef T value_type; - + some_alloc() {} some_alloc(const some_alloc&); void deallocate(void*, unsigned) {} @@ -43,7 +43,7 @@ template struct some_alloc2 { typedef T value_type; - + some_alloc2() {} some_alloc2(const some_alloc2&); void deallocate(void*, unsigned) {} -- cgit v1.2.3