whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-02-03 00:05:48 +01:00
parent 6307357eff
commit b7c9fb27cb
13 changed files with 21 additions and 21 deletions

View File

@@ -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];

View File

@@ -882,7 +882,7 @@ fit(peer_t *p, double rd)
// /* Do we have a loop? */
// if (p->refid == p->dstaddr || p->refid == s.refid)
// return 0;
return 1;
return 1;
}
static peer_t*
select_and_cluster(void)