Detab beast

This commit is contained in:
Howard Hinnant
2014-10-14 17:27:16 -04:00
committed by Tom Ritchford
parent f034b02b92
commit 75c8d7aa57
9 changed files with 200 additions and 200 deletions

View File

@@ -28,7 +28,7 @@ namespace http {
std::vector <char const*> const&
urls_large_data()
{
static std::vector <char const*> const urls ({
static std::vector <char const*> const urls ({
"google.com",
"facebook.com",
"youtube.com",
@@ -10030,7 +10030,7 @@ urls_large_data()
"18schoolgirlz.com"
});
return urls;
return urls;
}
}