summaryrefslogtreecommitdiff
path: root/raid5extend.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-12-14 20:13:43 +1100
committerNeil Brown <neilb@suse.de>2007-12-14 20:13:43 +1100
commitaba69144fd44fc261c943b0cec540751cfcd29bd (patch)
tree56aebc333f4ebf597efd556381470665ddc14c14 /raid5extend.c
parent08e43379e5e01c8386e7f68f760e11cbe1e42210 (diff)
Remove spaces/tabs from ends of lines.
Diffstat (limited to 'raid5extend.c')
-rw-r--r--raid5extend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/raid5extend.c b/raid5extend.c
index 98615a69..d8e62c2c 100644
--- a/raid5extend.c
+++ b/raid5extend.c
@@ -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);