diff options
author | NeilBrown <neilb@suse.de> | 2013-06-19 04:31:45 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2013-06-19 04:31:45 +0200 |
commit | 1011e8344a6b881883af57959cdd9ec7f9084407 (patch) | |
tree | 01680ce6a6696a200b534e4c434fe0078b8933d6 /maps.c | |
parent | Manage: allow "--stop" on kernel names. (diff) | |
download | mdadm-1011e8344a6b881883af57959cdd9ec7f9084407.tar.xz mdadm-1011e8344a6b881883af57959cdd9ec7f9084407.zip |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; } - |