aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2010-09-09 21:32:09 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2010-09-09 21:32:09 +0000
commitfc1b42b552106fd7724f5b5fc0e572888bc692b2 (patch)
treed0b945a612ce6e65c94bfa530f459390139c2572 /sys/boot
parent86b19d186197668a67bd5ae8cd446f1fc4b2e775 (diff)
downloadsrc-fc1b42b552106fd7724f5b5fc0e572888bc692b2.tar.gz
src-fc1b42b552106fd7724f5b5fc0e572888bc692b2.zip
Remove empty lines committed by accident.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=212387
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/zfs/zfsimpl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/zfs/zfsimpl.c b/sys/boot/zfs/zfsimpl.c
index 979424e6554c..f5eff6231d67 100644
--- a/sys/boot/zfs/zfsimpl.c
+++ b/sys/boot/zfs/zfsimpl.c
@@ -449,8 +449,6 @@ vdev_init_from_nvlist(const unsigned char *nvlist, vdev_t **vdevp, int is_newer)
return (ENOENT);
}
-
-
if (strcmp(type, VDEV_TYPE_MIRROR)
&& strcmp(type, VDEV_TYPE_DISK)
&& strcmp(type, VDEV_TYPE_RAIDZ)