changeset 12571:693622f11dc3

applied auto-format
author Doug Simon <doug.simon@oracle.com>
date Thu, 24 Oct 2013 14:58:48 +0200
parents af39ea2dc39d
children 388bb7650808
files mxtool/mx.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mxtool/mx.py	Thu Oct 24 14:57:57 2013 +0200
+++ b/mxtool/mx.py	Thu Oct 24 14:58:48 2013 +0200
@@ -768,7 +768,7 @@
             abort('Missing "suite=<name>" in ' + projectsFile)
 
     def _commands_name(self):
-        return 'mx_' + self.name.replace('-','_')
+        return 'mx_' + self.name.replace('-', '_')
 
     def _find_commands(self, name):
         commandsPath = join(self.mxDir, name + '.py')