Format first-party source according to .clang-format

This commit is contained in:
Pretty Printer
2020-04-17 09:56:34 -05:00
committed by manojsdoshi
parent 65dfc5d19e
commit 50760c6935
1076 changed files with 86161 additions and 77449 deletions

View File

@@ -124,9 +124,10 @@ public:
BEAST_EXPECT(handler->init());
Downloads const dl = {{1, "https://foo:443/1.tar.lz4"},
{2, "https://foo:443/2.tar.lz4"},
{3, "https://foo:443/3.tar.lz4"}};
Downloads const dl = {
{1, "https://foo:443/1.tar.lz4"},
{2, "https://foo:443/2.tar.lz4"},
{3, "https://foo:443/3.tar.lz4"}};
for (auto const& entry : dl)
{
@@ -191,10 +192,11 @@ public:
for (int i = 1; i <= 10; ++i)
{
ret.push_back({i,
(boost::format("https://%s:%d/%d.tar.lz4") %
host % port % i)
.str()});
ret.push_back(
{i,
(boost::format("https://%s:%d/%d.tar.lz4") % host %
port % i)
.str()});
}
return ret;
@@ -264,10 +266,11 @@ public:
for (int i = 1; i <= 10; ++i)
{
ret.push_back({i,
(boost::format("https://%s:%d/%d.tar.lz4") %
host % port % i)
.str()});
ret.push_back(
{i,
(boost::format("https://%s:%d/%d.tar.lz4") % host %
port % i)
.str()});
}
return ret;