]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - raid5extend.c
Remove spaces/tabs from ends of lines.
[thirdparty/mdadm.git] / raid5extend.c
index 98615a696df3cff0cbf65bfd69226cd91baaad48..d8e62c2ce993ed7b0bc84c4d857f06afa8e60543 100644 (file)
@@ -52,7 +52,7 @@ raid5_extend(unsigned long len, int chunksize, int layout, int n, int m, int rfd
     unsigned int blocksperchunk= chunksize/4096;
 
     unsigned long b;
-    
+
     for (b=0; b<blocks; b++) {
        unsigned long stripe = b / blocksperchunk;
        unsigned int offset = b - (stripe*blocksperchunk);