[GRASS-SVN] r45964 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 13 15:54:41 EDT 2011


Author: martinl
Date: 2011-04-13 12:54:41 -0700 (Wed, 13 Apr 2011)
New Revision: 45964

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/prompt.py
Log:
wxGUI: fix indentation


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/prompt.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/prompt.py	2011-04-13 19:53:19 UTC (rev 45963)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/prompt.py	2011-04-13 19:54:41 UTC (rev 45964)
@@ -865,10 +865,10 @@
             ignoredDelimiter = ''
         
         for char in set(' .,-=') - set(ignoredDelimiter):
-             if not withDelimiter:
-                 delimiter = ''
-             else:
-                 delimiter = char
+            if not withDelimiter:
+                delimiter = ''
+            else:
+                delimiter = char
             parts.append(delimiter + textLeft.rpartition(char)[2])
         return min(parts, key=lambda x: len(x))
          



More information about the grass-commit mailing list