diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-08-10 08:54:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-08-10 08:59:36 +0200 |
commit | 7520f9f1c33e988314a5102000b1e8abc204941d (patch) | |
tree | c68ac059b9479d5dc1fc5334787e9e0d15c19e4d | |
parent | f208bf5a2d622ae525690dfba2ab58abd8d72264 (diff) |
white space fix: shorten long line
... to please checksrc.pl
-rw-r--r-- | lib/nss.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |