just whitespace
diff --git a/procps/kill.c b/procps/kill.c
index 6d7f083..2d4e6de 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -87,7 +87,7 @@
 		return EXIT_SUCCESS;
 	}
 
-#ifdef CONFIG_KILLALL	
+#ifdef CONFIG_KILLALL
 	/* The -q quiet option */
 	if(argv[1][1]=='q' && argv[1][2]=='\0'){
 		quiet++;