whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -52,9 +52,9 @@ httpd_ssi.c -o httpd_ssi
|
||||
|
||||
static char* skip_whitespace(char *s)
|
||||
{
|
||||
while (*s == ' ' || *s == '\t') ++s;
|
||||
while (*s == ' ' || *s == '\t') ++s;
|
||||
|
||||
return s;
|
||||
return s;
|
||||
}
|
||||
|
||||
static char line[64 * 1024];
|
||||
|
Reference in New Issue
Block a user