diff mxtool/mx.py @ 5219:ddccd4abdb09

configured test source directory for graal.graph project
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Apr 2012 12:38:13 +0200
parents 70777e50f1e6
children b9db4fee6eb2
line wrap: on
line diff
--- a/mxtool/mx.py	Tue Apr 10 12:22:46 2012 +0200
+++ b/mxtool/mx.py	Tue Apr 10 12:38:13 2012 +0200
@@ -1633,7 +1633,7 @@
                 out.close('filter')
 
             out.close('fileset-config')
-            update_file(dotCheckstyle, out.xml(indent='\t', newl='\n'))
+            update_file(dotCheckstyle, out.xml(indent='  ', newl='\n'))
 
         out = XMLDoc()
         out.open('projectDescription')