aboutsummaryrefslogtreecommitdiff
path: root/lib/nss.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-08-10 08:54:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-08-10 08:59:36 +0200
commit7520f9f1c33e988314a5102000b1e8abc204941d (patch)
treec68ac059b9479d5dc1fc5334787e9e0d15c19e4d /lib/nss.c
parentf208bf5a2d622ae525690dfba2ab58abd8d72264 (diff)
white space fix: shorten long line
... to please checksrc.pl
Diffstat (limited to 'lib/nss.c')
-rw-r--r--lib/nss.c3
1 files changed, 2 insertions, 1 deletions
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) {