clang-format-5.0

This commit is contained in:
Tatsuhiro Tsujikawa 2017-11-23 14:11:43 +09:00
parent 20a7c43f2d
commit 795a0474df
48 changed files with 595 additions and 284 deletions

View file

@ -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());
}