Author: sebb
Date: Sat Dec 10 02:03:55 2011
New Revision: 1212717

URL: http://svn.apache.org/viewvc?rev=1212717&view=rev
Log:
Tab police

Modified:
    
commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/ConstructorWithAttributeAndElement.xml

Modified: 
commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/ConstructorWithAttributeAndElement.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/ConstructorWithAttributeAndElement.xml?rev=1212717&r1=1212716&r2=1212717&view=diff
==============================================================================
--- 
commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/ConstructorWithAttributeAndElement.xml
 (original)
+++ 
commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/ConstructorWithAttributeAndElement.xml
 Sat Dec 10 02:03:55 2011
@@ -17,7 +17,7 @@
 -->
 <toplevel>
   <bean boolean="true">
-       <double>9.99</double>
-       <float>5.5</float>
+    <double>9.99</double>
+    <float>5.5</float>
   </bean>
 </toplevel>


Reply via email to