tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985
authorSteve Holme <steve_holme@hotmail.com>
Fri, 9 May 2014 12:29:23 +0000 (13:29 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 9 May 2014 14:14:51 +0000 (15:14 +0100)
src/tool_operate.c

index 171f4aa..7792bf3 100644 (file)
@@ -561,7 +561,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
           else if(urls) {
             /* fill '#1' ... '#9' terms from URL pattern */
             char *storefile = outfile;
-                       res = (CURLcode) glob_match_url(&outfile, storefile, urls);
+            res = (CURLcode) glob_match_url(&outfile, storefile, urls);
             Curl_safefree(storefile);
             if(res) {
               /* bad globbing */