From: Daniel Stenberg Date: Wed, 26 Nov 2008 12:35:24 +0000 (+0000) Subject: narrow the comment to < 80 columns X-Git-Tag: curl-7_19_3~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baeebb2b573aeefca955cfe8efd7d8eac4c3444c;p=thirdparty%2Fcurl.git narrow the comment to < 80 columns --- diff --git a/lib/http_digest.c b/lib/http_digest.c index 569c18c8a5..be5ca5a8d8 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -105,8 +105,8 @@ CURLdigest Curl_input_digest(struct connectdata *conn, (2 == sscanf(header, "%255[^=]=%1023[^\r\n,]", value, content)) ) { if(!strcmp("\"\"", content)) { - /* for the name="" case where we get only the "" in the content variable, - * simply clear the content then + /* for the name="" case where we get only the "" in the content + * variable, simply clear the content then */ content[0]=0; }