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/httpd.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/httpd.c')
-rw-r--r-- | networking/httpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index c174958e2..fa42d9850 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -231,7 +231,7 @@ struct globals { | |||
231 | int verbose; /* must be int (used by getopt32) */ | 231 | int verbose; /* must be int (used by getopt32) */ |
232 | smallint flg_deny_all; | 232 | smallint flg_deny_all; |
233 | 233 | ||
234 | unsigned rmt_ip; /* used for IP-based allow/deny rules */ | 234 | unsigned rmt_ip; /* used for IP-based allow/deny rules */ |
235 | time_t last_mod; | 235 | time_t last_mod; |
236 | char *rmt_ip_str; /* for $REMOTE_ADDR and $REMOTE_PORT */ | 236 | char *rmt_ip_str; /* for $REMOTE_ADDR and $REMOTE_PORT */ |
237 | const char *bind_addr_or_port; | 237 | const char *bind_addr_or_port; |
@@ -267,7 +267,7 @@ struct globals { | |||
267 | #if ENABLE_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR | 267 | #if ENABLE_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR |
268 | Htaccess *script_i; /* config script interpreters */ | 268 | Htaccess *script_i; /* config script interpreters */ |
269 | #endif | 269 | #endif |
270 | char *iobuf; /* [IOBUF_SIZE] */ | 270 | char *iobuf; /* [IOBUF_SIZE] */ |
271 | #define hdr_buf bb_common_bufsiz1 | 271 | #define hdr_buf bb_common_bufsiz1 |
272 | char *hdr_ptr; | 272 | char *hdr_ptr; |
273 | int hdr_cnt; | 273 | int hdr_cnt; |