Remove trailing white spaces

pull/28/head
Tatsuhiro Tsujikawa 2012-09-02 17:40:11 +09:00
parent 2a51949132
commit 3c39931566
1 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ void DownloadEngine::poolSocket
const std::string& username,
const SharedHandle<Request>& proxyRequest,
const SharedHandle<SocketCore>& socket,
const std::map<std::string, std::string>& options,
const std::map<std::string, std::string>& options,
time_t timeout)
{
if(!proxyRequest) {
@ -455,7 +455,7 @@ DownloadEngine::popPooledSocket
options = (*i).second.getOptions();
socketPool_.erase(i);
}
return s;
return s;
}
SharedHandle<SocketCore>