Skip to content

Commit 6d407d9

Browse files
committed
Fix indent
Signed-off-by: Akshay Ramani <[email protected]>
1 parent a2cb3fb commit 6d407d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/xapi_vm_migrate.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ let assert_can_migrate ~__context ~vm ~dest ~live ~vdi_map ~vif_map ~options =
703703

704704
(*Check that the remote host is enabled and not in maintenance mode*)
705705
let check_host_enabled = XenAPI.Host.get_enabled remote_rpc session_id (dest_host_ref) in
706-
if not check_host_enabled then raise (Api_errors.Server_error (Api_errors.host_disabled,[dest_host]));
706+
if not check_host_enabled then raise (Api_errors.Server_error (Api_errors.host_disabled,[dest_host]));
707707

708708
(* Ignore vdi_map for now since we won't be doing any mirroring. *)
709709
try inter_pool_metadata_transfer ~__context ~remote_rpc ~session_id ~remote_address ~vm ~vdi_map:[] ~vif_map ~dry_run:true ~live:true

0 commit comments

Comments
 (0)