[libvirt] [PATCH] docs: Fix indentation of inlined JavaScript snippet

Andrea Bolognani abologna at redhat.com
Mon Feb 19 16:33:19 UTC 2018


Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
Pushed as trivial.

 docs/page.xsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/page.xsl b/docs/page.xsl
index 3a64a06c5..c1804eab3 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -103,7 +103,7 @@
           <xsl:comment>
           <![CDATA[
       function init() {
-      window.addEventListener('scroll', function(e){
+          window.addEventListener('scroll', function(e){
               var distanceY = window.pageYOffset || document.documentElement.scrollTop,
               shrinkOn = 94
               home = document.getElementById("home");
@@ -125,7 +125,7 @@
                       search.className = ""
                   }
               }
-      });
+          });
       }
       window.onload = init();
            ]]>
-- 
2.14.3




More information about the libvir-list mailing list