mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
white space fix: shorten long line
... to please checksrc.pl
This commit is contained in:
parent
f208bf5a2d
commit
7520f9f1c3
@ -1081,7 +1081,8 @@ int Curl_nss_close_all(struct SessionHandle *data)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* true if NSS can provide error code (and possibly a message) for the error */
|
/* return true if NSS can provide error code (and possibly msg) for the
|
||||||
|
error */
|
||||||
static bool is_nss_error(CURLcode err)
|
static bool is_nss_error(CURLcode err)
|
||||||
{
|
{
|
||||||
switch(err) {
|
switch(err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user