just whitespace
diff --git a/applets/busybox.c b/applets/busybox.c
index db78b7c..be1f19a 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -108,7 +108,7 @@
 	}
 
 	/* Deal with --help.  (Also print help when called with no arguments) */
-	
+
 	if (argc==1 || !strcmp(argv[1],"--help") ) {
 		if (argc>2) {
 			run_applet_by_name(bb_applet_name=argv[2], 2, argv);
@@ -144,7 +144,7 @@
 			exit(0);
 		}
 	} else run_applet_by_name(bb_applet_name=argv[1], argc-1, argv+1);
-	
+
 	bb_error_msg_and_die("applet not found");
 }