diff options
author | Denys Vlasenko | 2013-01-14 01:34:48 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-01-14 01:34:48 +0100 |
commit | 6967578728a3eef43b7b2be4080dafc1b87f528d (patch) | |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 /networking/httpd_ssi.c | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 (diff) | |
download | busybox-6967578728a3eef43b7b2be4080dafc1b87f528d.zip busybox-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.gz |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/httpd_ssi.c')
-rw-r--r-- | networking/httpd_ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd_ssi.c b/networking/httpd_ssi.c index cfe64eb..4bd9a6d 100644 --- a/networking/httpd_ssi.c +++ b/networking/httpd_ssi.c @@ -133,7 +133,7 @@ static void process_includes(const char *filename) process_includes(include_directive); /* Print everything after directive */ - if (end) { + if (end) { fputs(end, stdout); free(end); } |