aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_balloc.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:18:40 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:18:40 +0000
commit586ee69f09c5060621486b34722a4a806581f93d (patch)
treeb9a9c77a109f6c99f8730c43bb85b035543881f8 /sys/fs/ext2fs/ext2_balloc.c
parent50cedfede3d21824ec6023324b3ad41a435e1815 (diff)
downloadsrc-586ee69f09c5060621486b34722a4a806581f93d.tar.gz
src-586ee69f09c5060621486b34722a4a806581f93d.zip
fs: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365070
Diffstat (limited to 'sys/fs/ext2fs/ext2_balloc.c')
-rw-r--r--sys/fs/ext2fs/ext2_balloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_balloc.c b/sys/fs/ext2fs/ext2_balloc.c
index b2c97181c8f1..af480eda1bca 100644
--- a/sys/fs/ext2fs/ext2_balloc.c
+++ b/sys/fs/ext2fs/ext2_balloc.c
@@ -83,7 +83,6 @@ ext2_ext_balloc(struct inode *ip, uint32_t lbn, int size,
}
}
-
bp->b_blkno = fsbtodb(fs, newblk);
if (flags & BA_CLRBUF)
vfs_bio_clrbuf(bp);