]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.c
Remove lots of unnecessary white space.
[thirdparty/mdadm.git] / mdadm.c
diff --git a/mdadm.c b/mdadm.c
index 37360bde0c9e656ec0b2af40c88b2afd3ee85b3c..3324a9b2db8d6b1fbec247ec7e334dc5d1e633fb 100644 (file)
--- a/mdadm.c
+++ b/mdadm.c
@@ -29,7 +29,6 @@
 #include "md_p.h"
 #include <ctype.h>
 
-
 static int scan_assemble(struct supertype *ss,
                         struct context *c,
                         struct mddev_ident *ident);
@@ -40,7 +39,6 @@ static int misc_list(struct mddev_dev *devlist,
                     char *dump_directory,
                     struct supertype *ss, struct context *c);
 
-
 int main(int argc, char *argv[])
 {
        int mode = 0;
@@ -423,7 +421,6 @@ int main(int argc, char *argv[])
                        writemostly = 2;
                        continue;
 
-
                case O(GROW,'z'):
                case O(CREATE,'z'):
                case O(BUILD,'z'): /* size */
@@ -1611,7 +1608,7 @@ static int scan_assemble(struct supertype *ss,
                        if (a->devname &&
                            strcasecmp(a->devname, "<ignore>") == 0)
                                continue;
-                               
+
                        r = Assemble(ss, a->devname,
                                     a, NULL, c);
                        if (r == 0) {