From: Daniel Stenberg Date: Fri, 10 Aug 2012 06:54:29 +0000 (+0200) Subject: white space fix: shorten long line X-Git-Tag: curl-7_28_0~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7520f9f1c33e988314a5102000b1e8abc204941d;p=curl white space fix: shorten long line ... to please checksrc.pl --- diff --git a/lib/nss.c b/lib/nss.c index 26f35eb0f..f39de3bad 100644 --- a/lib/nss.c +++ b/lib/nss.c @@ -1081,7 +1081,8 @@ int Curl_nss_close_all(struct SessionHandle *data) 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) { switch(err) {