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)
 {
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to