minor whitespace edit
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Sep 2009 20:26:44 +0000 (20:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Sep 2009 20:26:44 +0000 (20:26 +0000)
lib/cookie.c

index 5188f6b..b79d1b0 100644 (file)
@@ -365,12 +365,12 @@ Curl_cookie_add(struct SessionHandle *data,
                get parsed for whatever reason. This will have the effect that
                the cookie won't match. */
             co->expires = curl_getdate(what, &now);
-            
+
             /* Session cookies have expires set to 0 so if we get that back
-               from the date parser let's add a second to make it a 
+               from the date parser let's add a second to make it a
                non-session cookie */
             if (co->expires == 0)
-                co->expires = 1;
+              co->expires = 1;
           }
           else if(!co->name) {
             co->name = strdup(name);