mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
v2v: Remove useless parentheses around expression.
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user