white space fix: shorten long line
authorDaniel Stenberg <daniel@haxx.se>
Fri, 10 Aug 2012 06:54:29 +0000 (08:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Aug 2012 06:59:36 +0000 (08:59 +0200)
... to please checksrc.pl

lib/nss.c

index 26f35eb..f39de3b 100644 (file)
--- 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) {