]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - lib.c
Remove lots of unnecessary white space.
[thirdparty/mdadm.git] / lib.c
diff --git a/lib.c b/lib.c
index 2c3d9368967224c52a7cb6182ce87400f33c9d04..fa6f2232a38a1db05be2d6eead8aaee24fb821c7 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -112,8 +112,6 @@ char *fd2devnm(int fd)
        return NULL;
 }
 
-
-
 /*
  * convert a major/minor pair for a block device into a name in /dev, if possible.
  * On the first call, walk /dev collecting name.
@@ -233,8 +231,6 @@ char *map_dev_preferred(int major, int minor, int create,
        return preferred ? preferred : regular;
 }
 
-
-
 /* conf_word gets one word from the conf file.
  * if "allow_key", then accept words at the start of a line,
  * otherwise stop when such a word is found.