Removed trailing spaces

This commit is contained in:
Tatsuhiro Tsujikawa 2012-10-01 23:52:22 +09:00
parent 390b2e546e
commit 8b0c701266
238 changed files with 571 additions and 571 deletions

View file

@ -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/"),