svn commit: r241290 - head/sys/boot/zfs

Andriy Gapon avg at FreeBSD.org
Sat Oct 6 19:41:12 UTC 2012


Author: avg
Date: Sat Oct  6 19:41:11 2012
New Revision: 241290
URL: http://svn.freebsd.org/changeset/base/241290

Log:
  boot/zfs: a small whitespace cleanup
  
  MFC after:	5 days

Modified:
  head/sys/boot/zfs/zfs.c

Modified: head/sys/boot/zfs/zfs.c
==============================================================================
--- head/sys/boot/zfs/zfs.c	Sat Oct  6 19:40:12 2012	(r241289)
+++ head/sys/boot/zfs/zfs.c	Sat Oct  6 19:41:11 2012	(r241290)
@@ -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)
 {
 


More information about the svn-src-all mailing list