From 49738fe10bc66d0db887c1f876576d75f21f8ffd Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 8 Mar 2016 15:45:06 +0000 Subject: Remove a couple tabs that crept in llvm-svn: 262932 --- .../strings/basic.string/string.ops/string.accessors/data.pass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/test/std/strings/basic.string/string.ops/string.accessors') diff --git a/libcxx/test/std/strings/basic.string/string.ops/string.accessors/data.pass.cpp b/libcxx/test/std/strings/basic.string/string.ops/string.accessors/data.pass.cpp index 9b9523e57d8..9b66cb00499 100644 --- a/libcxx/test/std/strings/basic.string/string.ops/string.accessors/data.pass.cpp +++ b/libcxx/test/std/strings/basic.string/string.ops/string.accessors/data.pass.cpp @@ -67,12 +67,12 @@ int main() } #endif #if TEST_STD_VER > 14 - { + { typedef std::string S; S s1(""); test_nonconst(s1); S s2("abcde"); test_nonconst(s2); S s3("abcdefghij"); test_nonconst(s3); S s4("abcdefghijklmnopqrst"); test_nonconst(s4); - } + } #endif } -- cgit v1.2.3