Remove a couple tabs that crept in

llvm-svn: 262932
This commit is contained in:
Marshall Clow 2016-03-08 15:45:06 +00:00
parent dd1729fe8a
commit 49738fe10b
1 changed files with 2 additions and 2 deletions

View File

@ -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
}