]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Grow.c
Remove lots of unnecessary white space.
[thirdparty/mdadm.git] / Grow.c
diff --git a/Grow.c b/Grow.c
index 1e75d1af4a6f2adea72d3abd6f8a77575c70beb3..c366082895c992d8f6dcd5a3c1a98f4733bff58a 100644 (file)
--- a/Grow.c
+++ b/Grow.c
@@ -1537,7 +1537,6 @@ int Grow_reshape(char *devname, int fd,
        struct mdinfo info;
        struct mdinfo *sra;
 
-
        if (ioctl(fd, GET_ARRAY_INFO, &array) < 0) {
                pr_err("%s is not an active md array - aborting\n",
                        devname);
@@ -2793,7 +2792,6 @@ static int reshape_array(char *container, int fd, char *devname,
                Manage_subdevs(devname, fd, devlist, verbose,
                               0,NULL, 0);
 
-
        if (reshape.backup_blocks == 0 && data_offset)
                reshape.backup_blocks = reshape.before.data_disks * info->array.chunk_size/512;
        if (reshape.backup_blocks == 0) {