Removed some tabs that snuck into the test suite. No functionality change

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@227363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2015-01-28 20:26:11 +00:00
parent 01c1c6fcc7
commit eea9d20edb
5 changed files with 29 additions and 29 deletions

View File

@@ -155,5 +155,5 @@ int main()
#endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES
test2();
test2();
}