From: Michal Privoznik
Date: Fri, 11 Nov 2016 22:40:27 +0000 (+0100)
Subject: cgroups.html.in: Kill useless spaces in
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c215520578eae961752187d538d8859aa1f2e3a6;p=libvirt.git
cgroups.html.in: Kill useless spaces in
The section is rendered as-is on the page. That is, if all
the lines are prefixed with 4 spaces the rendered page will also
have them. Problem is if we put a box around such because
the content might not fix into it.
Signed-off-by: Michal Privoznik
---
diff --git a/docs/cgroups.html.in b/docs/cgroups.html.in
index 33de453a29..60b47da1fc 100644
--- a/docs/cgroups.html.in
+++ b/docs/cgroups.html.in
@@ -221,11 +221,11 @@ $ROOT
- ...
- <resource>
- <partition>/machine/production</partition>
- </resource>
- ...
+...
+<resource>
+ <partition>/machine/production</partition>
+</resource>
+...