From c215520578eae961752187d538d8859aa1f2e3a6 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 11 Nov 2016 23:40:27 +0100 Subject: [PATCH] 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 
---
 docs/cgroups.html.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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>
+...