diff mx/mx_graal.py @ 14605:5953ac9e0d93

fixed pylint errors
author Doug Simon <doug.simon@oracle.com>
date Tue, 18 Mar 2014 22:58:14 +0100
parents 591f4a575ebf
children f50dece27798
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Mar 18 22:56:50 2014 +0100
+++ b/mx/mx_graal.py	Tue Mar 18 22:58:14 2014 +0100
@@ -574,7 +574,7 @@
             if build != 'product':
                 mx.log('only product build of original VM exists')
             continue
-        
+
         if not isVMSupported(vm):
             mx.log('The ' + vm + ' VM is not supported on this platform - skipping')
             continue