whitespace fixes
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 @@
 	for (i = 0; i < cclen; ++i) {
 		if (!cc[i].ip) {
 			freepos = i;
-    			continue;
+			continue;
 		}
 		if (strcmp(cc[i].ip, ip) == 0) {
 			conn++;