mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
clang-format-5.0
This commit is contained in:
parent
20a7c43f2d
commit
795a0474df
48 changed files with 595 additions and 284 deletions
|
@ -625,8 +625,9 @@ void HttpRequestTest::testCreateRequest_wantDigest()
|
|||
"Cache-Control: no-cache\r\n"
|
||||
"Connection: close\r\n"
|
||||
"Want-Digest: " +
|
||||
wantDigest + "\r\n"
|
||||
"\r\n";
|
||||
wantDigest +
|
||||
"\r\n"
|
||||
"\r\n";
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(expectedText, httpRequest.createRequest());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue