]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - config.c
Remove lots of unnecessary white space.
[thirdparty/mdadm.git] / config.c
index 189714a8855e23fad2de42c8e2b37eb0f65ae15a..16517e1efd127da63f25d2b37329b60c902a2678 100644 (file)
--- a/config.c
+++ b/config.c
@@ -147,7 +147,6 @@ void free_line(char *line)
        dl_free(line);
 }
 
-
 struct conf_dev {
        struct conf_dev *next;
        char *name;
@@ -417,7 +416,7 @@ void arrayline(char *line)
                        if (strcasecmp(w, "<ignore>") == 0 ||
                            strncmp(w, "/dev/md/", 8) == 0 ||
                            (w[0] != '/' && w[0] != '<') ||
-                           (strncmp(w, "/dev/md", 7) == 0 && 
+                           (strncmp(w, "/dev/md", 7) == 0 &&
                             is_number(w+7)) ||
                            (strncmp(w, "/dev/md_d", 9) == 0 &&
                             is_number(w+9))
@@ -568,7 +567,6 @@ void mailfromline(char *line)
        }
 }
 
-
 static char *alert_program = NULL;
 void programline(char *line)
 {
@@ -987,7 +985,6 @@ int devname_matches(char *name, char *match)
        else if (strncmp(match, "/dev/", 5) == 0)
                match += 5;
 
-
        if (strncmp(name, "md", 2) == 0 &&
            isdigit(name[2]))
                name += 2;