]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - maps.c
Grow: Apply some more consistent formatting to Grow_addbitmap()
[thirdparty/mdadm.git] / maps.c
diff --git a/maps.c b/maps.c
index f2ba9a73ca248f1176a8880e9ab610249a34125a..64f1df2c42c31e32e1d63c57d8e5d72982810085 100644 (file)
--- a/maps.c
+++ b/maps.c
@@ -24,7 +24,6 @@
 
 #include "mdadm.h"
 
-
 /* name/number mappings */
 
 mapping_t r5layout[] = {
@@ -97,7 +96,6 @@ mapping_t pers[] = {
        { NULL, 0}
 };
 
-
 mapping_t modes[] = {
        { "assemble", ASSEMBLE},
        { "build", BUILD},
@@ -150,4 +148,3 @@ int map_name(mapping_t *map, char *name)
        }
        return UnSet;
 }
-