changeset 14164:10e07aaeb54f

fixed pylint warning
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Mar 2014 21:55:09 +0100
parents 7831c74266a7
children a1ddf86f5d79
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Wed Mar 12 21:52:28 2014 +0100
+++ b/mx/mx_graal.py	Wed Mar 12 21:55:09 2014 +0100
@@ -717,7 +717,7 @@
 
     if vm is None:
         vm = _get_vm()
-        
+
     if 'client' in vm and len(platform.mac_ver()[0]) != 0:
         mx.abort("Client VM not supported: java launcher on Mac OS X translates '-client' to '-server'")