Skip to content

Commit c0fe510

Browse files
committed
CP-18860 fix whitespace
Signed-off-by: Christian Lindig <christian.lindig@citrix.com>
1 parent b5d3566 commit c0fe510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocaml/idl/datamodel.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ let _ =
512512
error Api_errors.location_not_unique ["SR"; "location"]
513513
~doc:"A VDI with the specified location already exists within the SR" ();
514514
error Api_errors.memory_constraint_violation ["constraint"]
515-
~doc:"The dynamic memory range does not satisfy the following constraint." ();
515+
~doc:"The dynamic memory range does not satisfy the following constraint." ();
516516

517517
(* Session errors *)
518518
error Api_errors.session_authentication_failed []

ocaml/xapi/xapi_vm_lifecycle.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ let nested_virt ~__context vm metrics =
298298

299299
let is_mobile ~__context vm strict =
300300
let metrics = Db.VM.get_metrics ~__context ~self:vm in
301-
(not @@ nomigrate ~__context vm metrics
301+
(not @@ nomigrate ~__context vm metrics
302302
&& not @@ nested_virt ~__context vm metrics)
303303
|| not strict
304304

0 commit comments

Comments
 (0)