From: Vincent Hanquez Date: Mon, 10 Aug 2009 13:44:08 +0000 (+0100) Subject: fix indentation X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6a0ae0508f9862d411d50586ec5bc5281b1507ab;p=xenclient%2Ftoolstack.git fix indentation --- diff --git a/xenops/device.ml b/xenops/device.ml index f28a627..8a31249 100644 --- a/xenops/device.ml +++ b/xenops/device.ml @@ -922,7 +922,7 @@ let add_noexn ~xc ~xs ~hvm ~msitranslate ~pci_power_mgmt pcidevs domid devid = "num_devs", string_of_int (List.length xsdevs); "state", string_of_int (Xenbus.int_of Xenbus.Initialising); "msitranslate", string_of_int (msitranslate); - "pci_power_mgmt", string_of_int (pci_power_mgmt); + "pci_power_mgmt", string_of_int (pci_power_mgmt); ] and frontendlist = [ "backend-id", "0"; "state", string_of_int (Xenbus.int_of Xenbus.Initialising);