diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-29 11:46:52 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-29 11:46:52 +0200 |
commit | fb132e47370378474c68ad22c1c0cb2ccee178de (patch) | |
tree | 4f78d0fdd1c2fa2341c7d9bb17f9d98d099a238c /networking/wget.c | |
parent | 66cb7bed33da605674c3d24734466b8e8a60e337 (diff) | |
download | busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.gz busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.bz2 busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.zip |
whitespace cleanup
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/wget.c b/networking/wget.c index 4521abfcf..0db9b3365 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | * | 7 | * |
8 | * Copyright (C) 2010 Bradley M. Kuhn <bkuhn@ebb.org> | 8 | * Copyright (C) 2010 Bradley M. Kuhn <bkuhn@ebb.org> |
9 | * Kuhn's copyrights are licensed GPLv2-or-later. File as a whole remains GPLv2. | 9 | * Kuhn's copyrights are licensed GPLv2-or-later. File as a whole remains GPLv2. |
10 | */ | 10 | */ |
11 | #include "libbb.h" | 11 | #include "libbb.h" |
12 | 12 | ||
@@ -48,7 +48,7 @@ struct BUG_G_too_big { | |||
48 | /* Must match option string! */ | 48 | /* Must match option string! */ |
49 | enum { | 49 | enum { |
50 | WGET_OPT_CONTINUE = (1 << 0), | 50 | WGET_OPT_CONTINUE = (1 << 0), |
51 | WGET_OPT_SPIDER = (1 << 1), | 51 | WGET_OPT_SPIDER = (1 << 1), |
52 | WGET_OPT_QUIET = (1 << 2), | 52 | WGET_OPT_QUIET = (1 << 2), |
53 | WGET_OPT_OUTNAME = (1 << 3), | 53 | WGET_OPT_OUTNAME = (1 << 3), |
54 | WGET_OPT_PREFIX = (1 << 4), | 54 | WGET_OPT_PREFIX = (1 << 4), |
@@ -785,7 +785,7 @@ However, in real world it was observed that some web servers | |||
785 | */ | 785 | */ |
786 | case 204: | 786 | case 204: |
787 | break; | 787 | break; |
788 | case 300: /* redirection */ | 788 | case 300: /* redirection */ |
789 | case 301: | 789 | case 301: |
790 | case 302: | 790 | case 302: |
791 | case 303: | 791 | case 303: |