v2v: Remove useless parentheses around expression.

This commit is contained in:
Richard W.M. Jones
2014-10-30 13:47:23 +00:00
parent 8efbe49df6
commit d82c5fb5a0

View File

@@ -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 ->