[libcxx] [test] Untabify, NFC.

llvm-svn: 309464
This commit is contained in:
Stephan T. Lavavej
2017-07-29 00:55:10 +00:00
parent 8980b8ad9c
commit 4159db7698
121 changed files with 786 additions and 786 deletions

View File

@@ -18,6 +18,6 @@ void foo ( const string &s ) {}
int main()
{
std::string_view sv = "ABCDE";
foo(sv); // requires implicit conversion from string_view to string
std::string_view sv = "ABCDE";
foo(sv); // requires implicit conversion from string_view to string
}