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

Andrea Bolognani posted 1 patch 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180219163319.18775-1-abologna@redhat.com
docs/page.xsl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [PATCH] docs: Fix indentation of inlined JavaScript snippet
Posted by Andrea Bolognani 6 years, 2 months ago
Signed-off-by: Andrea Bolognani <abologna@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list