mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Removed trailing spaces
This commit is contained in:
parent
390b2e546e
commit
8b0c701266
238 changed files with 571 additions and 571 deletions
|
@ -30,7 +30,7 @@ void AbstractCommandTest::testGetProxyUri()
|
|||
{
|
||||
Option op;
|
||||
CPPUNIT_ASSERT_EQUAL(std::string(), getProxyUri("http", &op));
|
||||
|
||||
|
||||
op.put(PREF_HTTP_PROXY, "http://hu:hp@httpproxy/");
|
||||
op.put(PREF_FTP_PROXY, "ftp://fu:fp@ftpproxy/");
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("http://hu:hp@httpproxy/"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue