summaryrefslogtreecommitdiff
path: root/maps.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2013-06-19 12:31:45 +1000
committerNeilBrown <neilb@suse.de>2013-06-19 12:31:45 +1000
commit1011e8344a6b881883af57959cdd9ec7f9084407 (patch)
tree01680ce6a6696a200b534e4c434fe0078b8933d6 /maps.c
parente6dd89da86813679fae44e472ea470a943f133e2 (diff)
Remove lots of unnecessary white space.
Now that I am using white-space mode in Emacs I can see all of this, and I don't like it :-) Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'maps.c')
-rw-r--r--maps.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/maps.c b/maps.c
index f2ba9a73..64f1df2c 100644
--- 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;
}
-