]> granicus.if.org Git - curl/commitdiff
cookie.c: Fix misleading indentation
authorViktor Szakats <vszakats@users.noreply.github.com>
Tue, 12 Jul 2016 20:44:31 +0000 (22:44 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 13 Jul 2016 07:09:20 +0000 (03:09 -0400)
Closes https://github.com/curl/curl/pull/911

lib/cookie.c

index e4febf6f7f66120fc2d7bfb2511fe3b3c5e91ee8..d5a83fd66ed418edf829f773c5382365b665d21c 100644 (file)
@@ -1314,7 +1314,7 @@ static int cookie_output(struct CookieInfo *c, const char *dumphere)
       fprintf(out, "#\n# Fatal libcurl error\n");
       if(!use_stdout)
         fclose(out);
-        return 1;
+      return 1;
     }
     fprintf(out, "%s\n", format_ptr);
     free(format_ptr);