Trailing whitespace removal over entire tree
diff --git a/runit/sv.c b/runit/sv.c
index 9471d09..0540536 100644
--- a/runit/sv.c
+++ b/runit/sv.c
@@ -88,7 +88,7 @@
 	int pid;
 	int normallyup = 0;
 	struct stat s;
- 
+
 	if (stat("down", &s) == -1) {
 		if (errno != ENOENT) {
 			bb_perror_msg(WARN"cannot stat %s/down", *service);