From: Michal Privoznik Date: Fri, 11 Nov 2016 22:40:27 +0000 (+0100) Subject: aclpolkit.html.in: Kill useless spaces in
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=63a3d5b8027b6798a32f8f6f79296d1092c619dc;p=libvirt.git

aclpolkit.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/aclpolkit.html.in b/docs/aclpolkit.html.in
index dd4c5fb3ab..7967a0f3d4 100644
--- a/docs/aclpolkit.html.in
+++ b/docs/aclpolkit.html.in
@@ -334,9 +334,9 @@
     

-      polkit.addRule(function(action, subject) {
-        ....logic to check 'action' and 'subject'...
-      });
+polkit.addRule(function(action, subject) {
+  ....logic to check 'action' and 'subject'...
+});