From 3c39931566797f9555264ef90cbde0cb5009a80f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 2 Sep 2012 17:40:11 +0900 Subject: [PATCH] Remove trailing white spaces --- src/DownloadEngine.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DownloadEngine.cc b/src/DownloadEngine.cc index fe751df1..e9bb3e43 100644 --- a/src/DownloadEngine.cc +++ b/src/DownloadEngine.cc @@ -387,7 +387,7 @@ void DownloadEngine::poolSocket const std::string& username, const SharedHandle& proxyRequest, const SharedHandle& socket, - const std::map& options, + const std::map& options, time_t timeout) { if(!proxyRequest) { @@ -455,7 +455,7 @@ DownloadEngine::popPooledSocket options = (*i).second.getOptions(); socketPool_.erase(i); } - return s; + return s; } SharedHandle