summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-15 17:34:09 +0000
committerYang Tse <yangsita@gmail.com>2009-10-15 17:34:09 +0000
commit3cbc8d1ba392bae51a3d4b4d566b68dfc4ec9a21 (patch)
tree1715db858f120a54fea92b3cb9160f9c9f8e0ec3 /src
parentb4af26a188477e2dd93d5ae21e88588a9028f176 (diff)
downloadcurl-3cbc8d1ba392bae51a3d4b4d566b68dfc4ec9a21.tar.gz
Replace tabs with spaces
Diffstat (limited to 'src')
-rw-r--r--src/main.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/main.c b/src/main.c
index 16c3ed532..4dbe015fc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4388,9 +4388,9 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
if(config->create_dirs &&
(-1 == create_dir_hierarchy(outfile, config->errors))) {
free(url);
- res = CURLE_WRITE_ERROR;
- break;
- }
+ res = CURLE_WRITE_ERROR;
+ break;
+ }
if(config->resume_from_current) {
/* We're told to continue from where we are now. Get the
@@ -4416,8 +4416,8 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
if (!outs.stream) {
helpf(config->errors, "Can't open '%s'!\n", outfile);
free(url);
- res = CURLE_WRITE_ERROR;
- break;
+ res = CURLE_WRITE_ERROR;
+ break;
}
}
else {
@@ -4463,8 +4463,8 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
if(!urlbuffer) {
helpf(config->errors, "out of memory\n");
free(url);
- res = CURLE_OUT_OF_MEMORY;
- break;
+ res = CURLE_OUT_OF_MEMORY;
+ break;
}
if(ptr)
/* there is a trailing slash on the URL */
@@ -4583,8 +4583,8 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
inglob = NULL;
}
- res = CURLE_OUT_OF_MEMORY;
- goto quit_urls;
+ res = CURLE_OUT_OF_MEMORY;
+ goto quit_urls;
}
if (pc)
sprintf(urlbuffer, "%s%c%s", url, sep, httpgetfields);
@@ -4749,8 +4749,8 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
inglob = NULL;
}
- res = CURLE_OUT_OF_MEMORY;
- goto quit_urls;
+ res = CURLE_OUT_OF_MEMORY;
+ goto quit_urls;
}
}