Author: avg
Date: Sun Oct 14 07:45:46 2012
New Revision: 241531
URL: http://svn.freebsd.org/changeset/base/241531

Log:
  MFC r241290: boot/zfs: a small whitespace cleanup

Modified:
  stable/8/sys/boot/zfs/zfs.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/boot/   (props changed)

Modified: stable/8/sys/boot/zfs/zfs.c
==============================================================================
--- stable/8/sys/boot/zfs/zfs.c Sun Oct 14 07:45:40 2012        (r241530)
+++ stable/8/sys/boot/zfs/zfs.c Sun Oct 14 07:45:46 2012        (r241531)
@@ -452,7 +452,7 @@ zfs_dev_open(struct open_file *f, ...)
        return (0);
 }
 
-static int 
+static int
 zfs_dev_close(struct open_file *f)
 {
 
@@ -461,7 +461,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