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 /mapfile.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 'mapfile.c')
-rw-r--r-- | mapfile.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -46,7 +46,6 @@ #include <sys/file.h> #include <ctype.h> - #define MAP_READ 0 #define MAP_NEW 1 #define MAP_LOCK 2 @@ -105,7 +104,6 @@ int map_write(struct map_ent *mel) mapname[0]) == 0; } - static FILE *lf = NULL; int map_lock(struct map_ent **melp) { @@ -416,11 +414,11 @@ void RebuildMap(void) * It needs to match what -I or -As would come * up with. * That means: - * Check if array is in mdadm.conf + * Check if array is in mdadm.conf * - if so use that. * determine trustworthy from homehost etc * find a unique name based on metadata name. - * + * */ struct mddev_ident *match = conf_match(st, info, NULL, 0, |