mirror of https://github.com/aria2/aria2
Remove trailing spaces
parent
1849ccfbba
commit
c275b6f297
|
@ -145,7 +145,7 @@ int GnuTLSSession::init(sock_t sockfd)
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
rv_ = gnutls_priority_set_direct(sslSession_, pri.c_str(), &err);
|
rv_ = gnutls_priority_set_direct(sslSession_, pri.c_str(), &err);
|
||||||
#endif
|
#endif
|
||||||
if (rv_ != GNUTLS_E_SUCCESS) {
|
if (rv_ != GNUTLS_E_SUCCESS) {
|
||||||
return TLS_ERR_ERROR;
|
return TLS_ERR_ERROR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue