]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
README: Run untabify
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 29 Nov 2019 14:47:45 +0000 (14:47 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 29 Nov 2019 15:50:36 +0000 (15:50 +0000)
There were some hard tabs here.  Replace them with 8 spaces.

(I noticed this because my release technician work involves
untabifying this file.)

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
README

diff --git a/README b/README
index eab6bfea8a97a5ed05c0bf2e0f6b800146e65d55..92b1de9938fa1ca0ce667752869c5f0ec4a8dba5 100644 (file)
--- a/README
+++ b/README
@@ -153,8 +153,8 @@ implementations can be found on the wiki's xenstore reference guide [1] and
 the xenstored [2] page. You can choose which xenstore you want to enable as
 default on a system through configure:
 
-       ./configure --with-xenstored=xenstored
-       ./configure --with-xenstored=oxenstored
+        ./configure --with-xenstored=xenstored
+        ./configure --with-xenstored=oxenstored
 
 By default oxenstored will be used if the ocaml development tools are found.
 If you enable oxenstored the xenstored will still be built and installed,