diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-03 00:05:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-03 00:05:48 +0100 |
commit | b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e (patch) | |
tree | b30b48c8a78e0ee4ed639a398e8778e5e3f50a04 /networking/httpd_ssi.c | |
parent | 6307357effb79c8fbc6ccc9d4528c8c1c48a4831 (diff) | |
download | busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.gz busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.bz2 busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.zip |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/httpd_ssi.c')
-rw-r--r-- | networking/httpd_ssi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd_ssi.c b/networking/httpd_ssi.c index 87f43fcfa..cfe64eb46 100644 --- a/networking/httpd_ssi.c +++ b/networking/httpd_ssi.c | |||
@@ -52,9 +52,9 @@ httpd_ssi.c -o httpd_ssi | |||
52 | 52 | ||
53 | static char* skip_whitespace(char *s) | 53 | static char* skip_whitespace(char *s) |
54 | { | 54 | { |
55 | while (*s == ' ' || *s == '\t') ++s; | 55 | while (*s == ' ' || *s == '\t') ++s; |
56 | 56 | ||
57 | return s; | 57 | return s; |
58 | } | 58 | } |
59 | 59 | ||
60 | static char line[64 * 1024]; | 60 | static char line[64 * 1024]; |