summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2012-10-06 19:41:11 +0000
committeravg <avg@FreeBSD.org>2012-10-06 19:41:11 +0000
commit7de6ecb0b62fa39a5af9a75122607b12202c1c0b (patch)
tree2871a1120f1052225f23b9d2803d80525443aaf5
parent0eb55a335e02684f5b62f0211868d34211e09906 (diff)
downloadFreeBSD-src-7de6ecb0b62fa39a5af9a75122607b12202c1c0b.zip
FreeBSD-src-7de6ecb0b62fa39a5af9a75122607b12202c1c0b.tar.gz
boot/zfs: a small whitespace cleanup
MFC after: 5 days
-rw-r--r--sys/boot/zfs/zfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/zfs/zfs.c b/sys/boot/zfs/zfs.c
index afb4b70..a92da26 100644
--- a/sys/boot/zfs/zfs.c
+++ b/sys/boot/zfs/zfs.c
@@ -554,7 +554,7 @@ zfs_dev_open(struct open_file *f, ...)
return (0);
}
-static int
+static int
zfs_dev_close(struct open_file *f)
{
@@ -563,7 +563,7 @@ zfs_dev_close(struct open_file *f)
return (0);
}
-static int
+static int
zfs_dev_strategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, size_t *rsize)
{
OpenPOWER on IntegriCloud