Skip to content

Commit 5d87a67

Browse files
committed
CP-17268 Fix more indentation
Signed-off-by: Christian Lindig <[email protected]>
1 parent 49f1024 commit 5d87a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xc/xenops_xc_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let make_var_run_xen () =
4646

4747
(* Start the program with the xen backend *)
4848
let _ =
49-
Coverage.init "xenopsd-xc"; (* set up coverage profiling *)
49+
Coverage.init "xenopsd-xc"; (* set up coverage profiling *)
5050
Xenops_interface.queue_name := !Xenops_interface.queue_name ^ ".classic";
5151
Xenops_utils.set_root "xenopsd/classic";
5252
Xenopsd.configure

xl/xenops_xl_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let make_var_run_xen () =
5050

5151
(* Start the program with the xenlight backend *)
5252
let _ =
53-
Coverage.init "xenopsd-xl";
53+
Coverage.init "xenopsd-xl";
5454
Xenops_interface.queue_name := !Xenops_interface.queue_name ^ ".xenlight";
5555
Xenops_utils.set_root "xenopsd/xenlight";
5656
Xenopsd.configure

0 commit comments

Comments
 (0)