]> granicus.if.org Git - curl/commitdiff
narrow the comment to < 80 columns
authorDaniel Stenberg <daniel@haxx.se>
Wed, 26 Nov 2008 12:35:24 +0000 (12:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Nov 2008 12:35:24 +0000 (12:35 +0000)
lib/http_digest.c

index 569c18c8a55aa0717d9d7c4c44c01ff12aa3bbd2..be5ca5a8d8c857dbd479f1a13c12795bb094c2dc 100644 (file)
@@ -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;
         }