Cleanup whitespace damage.

Cheers,

-- 
Cristian
--- util-linux/findfs.c	2008-02-19 08:30:28.000000000 +0100
+++ util-linux/findfs.c	2008-02-19 11:36:55.000000000 +0100
@@ -17,7 +17,7 @@
 	char *tmp = NULL;
 
 	if (argc != 2)
-		bb_show_usage();                                                                                                             
+		bb_show_usage();
 
 	if (!strncmp(argv[1], "LABEL=", 6))
 		tmp = get_devname_from_label(argv[1] + 6);
@@ -25,14 +25,14 @@
 		tmp = get_devname_from_uuid(argv[1] + 5);
 	else if (!strncmp(argv[1], "/dev/", 5)) {
 		/* Just pass a device name right through.  This might aid in some scripts
-	   	being able to call this unconditionally */
+		being able to call this unconditionally */
 		tmp = argv[1];
 	} else
 		bb_show_usage();
-		
-	if (tmp) { 
-		puts(tmp);                                                                                                                   
+
+	if (tmp) {
+		puts(tmp);
 		return 0;
 	}
 	return 1;
-}    
+}
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to