From d2adf96402a0ee3454778c8ffee970720def66a7 Mon Sep 17 00:00:00 2001
From: Christian Ambach <ambi@samba.org>
Date: Wed, 29 Jun 2011 09:24:44 +0200
Subject: docs: fix some whitespace

replace spaces with tabs, removing whitespaces at end of lines
---
 docs-xml/smbdotconf/protocol/enableasusupport.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs-xml/smbdotconf/protocol/enableasusupport.xml b/docs-xml/smbdotconf/protocol/enableasusupport.xml
index 3573abed0e0..8f25103a8d8 100644
--- a/docs-xml/smbdotconf/protocol/enableasusupport.xml
+++ b/docs-xml/smbdotconf/protocol/enableasusupport.xml
@@ -1,11 +1,11 @@
 <samba:parameter name="enable asu support"
-                 context="G"
-                 advanced="1" developer="1"
+		 context="G"
+		 advanced="1" developer="1"
 		 type="boolean"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+		 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-    <para>Hosts running the "Advanced Server for Unix (ASU)" product 
-    require some special accomodations such as creating a builtin [ADMIN$] 
+    <para>Hosts running the "Advanced Server for Unix (ASU)" product
+    require some special accomodations such as creating a builtin [ADMIN$]
     share that only supports IPC connections.  The has been the default
     behavior in smbd for many years.  However, certain Microsoft applications
     such as the Print Migrator tool require that the remote server support
-- 
cgit