commit | 6967578728a3eef43b7b2be4080dafc1b87f528d | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 01:34:48 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 01:34:48 2013 +0100 |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 [diff] [blame] |
whitespace fixes. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@ process_includes(include_directive); /* Print everything after directive */ - if (end) { + if (end) { fputs(end, stdout); free(end); }