aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-01-30 20:05:05 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-01-30 20:05:05 +0000
commit3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c (patch)
treed998b56ff9b33b1d81a73337820801db63ef66d2 /sys/kern/vfs_cluster.c
parent2823710f0531037f228a43825c04d0c320e78e05 (diff)
downloadsrc-3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c.tar.gz
src-3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c.zip
Remove duplicated empty lines from kern/*.c
No functional changes.
Notes
Notes: svn path=/head/; revision=357312
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r--sys/kern/vfs_cluster.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index 7ab14f05fcfd..68e0d00c9954 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -802,7 +802,6 @@ cluster_write(struct vnode *vp, struct buf *bp, u_quad_t filesize, int seqcount,
vp->v_lasta = bp->b_blkno;
}
-
/*
* This is an awful lot like cluster_rbuild...wish they could be combined.
* The last lbn argument is the current block on which I/O is being