Skip to content

Commit 0ec75fb

Browse files
committed
maintenance: whitespace
Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent e54e8c5 commit 0ec75fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xen/xenops_interface.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

xen/xenops_types.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)