Eradicate tabs
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 13 Aug 2013 22:22:40 +0000 (22:22 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 13 Aug 2013 22:22:40 +0000 (22:22 +0000)
llvm-svn: 188322

libcxx/test/strings/string.conversions/stol.pass.cpp
libcxx/test/strings/string.conversions/stoul.pass.cpp
libcxx/test/strings/string.conversions/stoull.pass.cpp

index bcc5c72fd27f6e88c5c7536712424db9957613b3..0338ef18f45606023111b014e49ab488cb469c63 100644 (file)
@@ -86,7 +86,7 @@ int main()
     {
         assert(idx == 0);
     }
-//     LWG issue #2009
+//  LWG issue #2009
     try
     {
         std::stol("9999999999999999999999999999999999999999999999999", &idx);
index 41d11010783a8360fa94b0e824d9480066398c40..dd42b7e9b700639aa8ed007d1f2f9f2969536d4d 100644 (file)
@@ -84,7 +84,7 @@ int main()
     {
         assert(idx == 0);
     }
-//     LWG issue #2009
+//  LWG issue #2009
     try
     {
         std::stoul("9999999999999999999999999999999999999999999999999", &idx);
index 760c087234cc904f38d70df1ae0a8ddf7c60a178..19df70653c7a10776d9a65fcac40ae30fc193f9a 100644 (file)
@@ -85,7 +85,7 @@ int main()
     {
         assert(idx == 0);
     }
-//     LWG issue #2009
+//  LWG issue #2009
     try
     {
         std::stoull("9999999999999999999999999999999999999999999999999", &idx);