From: Marshall Clow Date: Tue, 8 Mar 2016 15:45:06 +0000 (+0000) Subject: Remove a couple tabs that crept in X-Git-Tag: llvmorg-3.9.0-rc1~12257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49738fe10bc66d0db887c1f876576d75f21f8ffd;p=platform%2Fupstream%2Fllvm.git Remove a couple tabs that crept in llvm-svn: 262932 --- 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 9b9523e..9b66cb0 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 }