Use consistent indentation in mount-zfs.sh
[zfs.git] / dracut / 90zfs / mount-zfs.sh
index 9c753d9..47d6833 100755 (executable)
@@ -9,7 +9,7 @@ if [ "$rootfs" = "zfs" ]; then
     mount -o zfsutil -t "$rootfs" "$zfsrootfs" "$NEWROOT"
     if [ "$?" = "0" ]
     then
-       ROOTFS_MOUNTED=yes
+        ROOTFS_MOUNTED=yes
     else
         mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
    fi