From 0a4b4dd433aad69258335b4ea5117bf4108db357 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 5 Feb 2014 23:51:08 +0000 Subject: [PATCH] left-trim one-liner-
s or -s completely. The
 indentation is usually an accident.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565001 13f79535-47bb-0310-9956-ffa450edef68
---
 docs/manual/style/latex/html.xsl       | 12 +++++++---
 docs/manual/style/xsl/common.xsl       | 32 +++++++++++++++++++-------
 docs/manual/style/xsl/util/pretrim.xsl | 15 ++++++++++++
 3 files changed, 48 insertions(+), 11 deletions(-)

diff --git a/docs/manual/style/latex/html.xsl b/docs/manual/style/latex/html.xsl
index 3436845dc0..e610fad6db 100644
--- a/docs/manual/style/latex/html.xsl
+++ b/docs/manual/style/latex/html.xsl
@@ -153,11 +153,17 @@ interpreted in pre -->
 
 \begin{verbatim}
 
-
+
+
+
   
-    
+    
       
-        
+        
+          
+            
+          
+        
       
     
   
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl
index bf66e3f7ab..d31a16c1fa 100644
--- a/docs/manual/style/xsl/common.xsl
+++ b/docs/manual/style/xsl/common.xsl
@@ -613,11 +613,15 @@ if (typeof(prettyPrint) !== 'undefined') {
 
 
 
-    
+    
         
-            
-                
+            
+                
+                    
+                        
+                    
+                
             
         
     
@@ -646,11 +650,23 @@ if (typeof(prettyPrint) !== 'undefined') {
         
     
 
+    
+        
+    
+
     
-        
-            
-        
+        
+        
+            
+                
+            
+        
+        
+            
+            
+        
+        
     
 
     
diff --git a/docs/manual/style/xsl/util/pretrim.xsl b/docs/manual/style/xsl/util/pretrim.xsl
index 49f292efff..4c8f333733 100644
--- a/docs/manual/style/xsl/util/pretrim.xsl
+++ b/docs/manual/style/xsl/util/pretrim.xsl
@@ -24,6 +24,21 @@
 
 
 
+
+
+
+
+
+
+  
+
+
+    
+
+
+
+
+
 
 
 
-- 
2.50.1