[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:04:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 3287f177e01b15aa5c43fcf1640773be259ce965
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu May 9 08:52:40 2013 +0100

    fish/options.c: Whitespace changes.

diff --git a/fish/options.c b/fish/options.c
index db30772..e7d914e 100644
--- a/fish/options.c
+++ b/fish/options.c
@@ -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);

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list