diff options
author | Neil Brown <neilb@suse.de> | 2007-12-14 10:13:43 +0100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-12-14 10:13:43 +0100 |
commit | aba69144fd44fc261c943b0cec540751cfcd29bd (patch) | |
tree | 56aebc333f4ebf597efd556381470665ddc14c14 /bitmap.c | |
parent | A recent patch broke --create --level=faulty - fix it. (diff) | |
download | mdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.tar.xz mdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.zip |
Remove spaces/tabs from ends of lines.
Diffstat (limited to 'bitmap.c')
-rw-r--r-- | bitmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -152,7 +152,7 @@ bitmap_info_t *bitmap_fd_read(int fd, int brief) skip = sizeof(info->sb); sb_le_to_cpu(&info->sb); /* convert superblock to CPU byte ordering */ - + if (brief || info->sb.sync_size == 0) goto out; @@ -219,7 +219,7 @@ bitmap_info_t *bitmap_file_read(char *filename, int brief, struct supertype **st if (!st) { /* just look at device... */ lseek(fd, 0, 0); - } else { + } else { st->ss->locate_bitmap(st, fd, NULL); } ioctl(fd, BLKFLSBUF, 0); /* make sure we read current data */ @@ -398,7 +398,7 @@ int CreateBitmap(char *filename, int force, char uuid[16], } bytes -= sizeof(block); } - + rv = 0; fflush(fp); /* make the file be the right size (well, to the nearest byte) */ |