Commit 7520f9f1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

white space fix: shorten long line

... to please checksrc.pl
parent f208bf5a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) {