mirror of https://github.com/aria2/aria2
Remove trailing white spaces
parent
2a51949132
commit
3c39931566
|
@ -387,7 +387,7 @@ void DownloadEngine::poolSocket
|
||||||
const std::string& username,
|
const std::string& username,
|
||||||
const SharedHandle<Request>& proxyRequest,
|
const SharedHandle<Request>& proxyRequest,
|
||||||
const SharedHandle<SocketCore>& socket,
|
const SharedHandle<SocketCore>& socket,
|
||||||
const std::map<std::string, std::string>& options,
|
const std::map<std::string, std::string>& options,
|
||||||
time_t timeout)
|
time_t timeout)
|
||||||
{
|
{
|
||||||
if(!proxyRequest) {
|
if(!proxyRequest) {
|
||||||
|
@ -455,7 +455,7 @@ DownloadEngine::popPooledSocket
|
||||||
options = (*i).second.getOptions();
|
options = (*i).second.getOptions();
|
||||||
socketPool_.erase(i);
|
socketPool_.erase(i);
|
||||||
}
|
}
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
SharedHandle<SocketCore>
|
SharedHandle<SocketCore>
|
||||||
|
|
Loading…
Reference in New Issue