[Pkg-libvirt-commits] [libguestfs] 171/179: v2v: Remove useless parentheses around expression.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:08:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit d82c5fb5a0c86345891ee191ae7d820361978643
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Oct 30 13:47:23 2014 +0000

    v2v: Remove useless parentheses around expression.
---
 v2v/input_libvirtxml.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/input_libvirtxml.ml b/v2v/input_libvirtxml.ml
index 85582fa..f06a1dd 100644
--- a/v2v/input_libvirtxml.ml
+++ b/v2v/input_libvirtxml.ml
@@ -170,7 +170,7 @@ let parse_libvirt_xml ~verbose xml =
              * XXX Quoting, although it's not needed for virt-p2v.
              *)
             let path = sprintf "nbd:%s:%d" host port in
-            add_disk path format target_dev (P_dont_rewrite)
+            add_disk path format target_dev P_dont_rewrite
           )
         | "" -> ()
         | protocol ->

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list