diff options
author | Denis Vlasenko | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /ipsvd | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip busybox-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz |
whitespace fixes
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/ipsvd_perhost.c | 2 | ||||
-rw-r--r-- | ipsvd/ipsvd_perhost.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ipsvd/ipsvd_perhost.c b/ipsvd/ipsvd_perhost.c index ed802f0..d4c0d79 100644 --- a/ipsvd/ipsvd_perhost.c +++ b/ipsvd/ipsvd_perhost.c @@ -31,7 +31,7 @@ unsigned ipsvd_perhost_add(char *ip, unsigned maxconn, struct hcc **hccpp) for (i = 0; i < cclen; ++i) { if (!cc[i].ip) { freepos = i; - continue; + continue; } if (strcmp(cc[i].ip, ip) == 0) { conn++; diff --git a/ipsvd/ipsvd_perhost.h b/ipsvd/ipsvd_perhost.h index cf08000..afe2c29 100644 --- a/ipsvd/ipsvd_perhost.h +++ b/ipsvd/ipsvd_perhost.h @@ -8,8 +8,8 @@ */ struct hcc { - char *ip; - int pid; + char *ip; + int pid; }; void ipsvd_perhost_init(unsigned); |