[Midnightbsd-cvs] src [8203] trunk/sys/boot/zfs/zfs.c: whitespace fixes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 17 11:50:09 EDT 2016


Revision: 8203
          http://svnweb.midnightbsd.org/src/?rev=8203
Author:   laffer1
Date:     2016-09-17 11:50:09 -0400 (Sat, 17 Sep 2016)
Log Message:
-----------
whitespace fixes

Modified Paths:
--------------
    trunk/sys/boot/zfs/zfs.c

Modified: trunk/sys/boot/zfs/zfs.c
===================================================================
--- trunk/sys/boot/zfs/zfs.c	2016-09-17 15:49:15 UTC (rev 8202)
+++ trunk/sys/boot/zfs/zfs.c	2016-09-17 15:50:09 UTC (rev 8203)
@@ -452,7 +452,7 @@
 	return (0);
 }
 
-static int 
+static int
 zfs_dev_close(struct open_file *f)
 {
 
@@ -461,7 +461,7 @@
 	return (0);
 }
 
-static int 
+static int
 zfs_dev_strategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, size_t *rsize)
 {
 



More information about the Midnightbsd-cvs mailing list