mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish/options.c: Whitespace changes.
This commit is contained in:
@@ -406,13 +406,12 @@ mount_mps (struct mp *mp)
|
||||
else
|
||||
options = "";
|
||||
|
||||
if (mp->fstype) {
|
||||
r = guestfs_mount_vfs (g, options, mp->fstype, mp->device,
|
||||
mp->mountpoint);
|
||||
} else {
|
||||
r = guestfs_mount_options (g, options, mp->device,
|
||||
if (mp->fstype)
|
||||
r = guestfs_mount_vfs (g, options, mp->fstype, mp->device,
|
||||
mp->mountpoint);
|
||||
else
|
||||
r = guestfs_mount_options (g, options, mp->device,
|
||||
mp->mountpoint);
|
||||
}
|
||||
if (r == -1) {
|
||||
display_mountpoints_on_failure (mp->device, mp->options);
|
||||
exit (EXIT_FAILURE);
|
||||
|
||||
Reference in New Issue
Block a user