File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ module Vgpu = struct
214214
215215 type id = string * string [@@ deriving rpcty ]
216216
217- let pci_default = Pci. {domain= 0 ; bus= 0 ; dev= 0 ; fn= 0 }
217+ let pci_default = Pci. {domain= 0 ; bus= 0 ; dev= 0 ; fn= 0 }
218218 type t =
219219 { id : id [@ default "" , "" ]
220220 ; position : int [@ default 0 ]
@@ -479,7 +479,7 @@ module XenopsAPI (R : RPC) = struct
479479 let get_diagnostics =
480480 let result_p = Param. mk Rpc.Types. string in
481481 declare " get_diagnostics"
482- [" Get diagnostics information from the backend" ]
482+ [" Get diagnostics information from the backend" ]
483483 (debug_info_p @-> unit_p @-> returning result_p err)
484484
485485 module TASK = struct
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module Nvram_uefi_variables = struct
4141 type onboot =
4242 | Persist
4343 | Reset
44- [@@ deriving rpcty , sexp ]
44+ [@@ deriving rpcty , sexp ]
4545
4646 type t = {
4747 on_boot : onboot [@ default Persist ];
@@ -87,7 +87,7 @@ module Vm = struct
8787 vnc_ip : string option [@ default None ];
8888 pci_emulations : string list [@ default []];
8989 pci_passthrough : bool [@ default false ];
90- boot_order : string [@ default "" ];
90+ boot_order : string [@ default "" ];
9191 qemu_disk_cmdline : bool [@ default false ];
9292 qemu_stubdom : bool [@ default false ];
9393 firmware : firmware_type [@ default default_firmware ];
You can’t perform that action at this time.
0 commit comments