[Pkg-libvirt-commits] [libguestfs] 11/59: v2v: Remove useless parentheses around expression.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Nov 26 22:04:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit e63b8a90fd25ce52b5c3e1e5208f3f09e8eb0011
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Oct 30 13:47:23 2014 +0000
v2v: Remove useless parentheses around expression.
(cherry picked from commit d82c5fb5a0c86345891ee191ae7d820361978643)
---
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