Browse Source

wxGUI: don't use tabs in the code (introduced in https://trac.osgeo.org/grass/changeset/63341)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63505 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
68c81aa281
1 changed files with 6 additions and 6 deletions
  1. 6 6
      gui/wxpython/vdigit/wxdigit.py

+ 6 - 6
gui/wxpython/vdigit/wxdigit.py

@@ -371,10 +371,10 @@ class IVDigit:
     
     def _addChangeset(self):
 
-	# disable redo
-	changesetLast = len(self.changesets) - 1
-	if self.changesetCurrent < changesetLast and len(self.changesets) > 0:
-	    del self.changesets[self.changesetCurrent + 1:changesetLast + 1]
+        # disable redo
+        changesetLast = len(self.changesets) - 1
+        if self.changesetCurrent < changesetLast and len(self.changesets) > 0:
+            del self.changesets[self.changesetCurrent + 1:changesetLast + 1]
             self.toolbar.EnableRedo(False)
 
         data = list()
@@ -405,7 +405,7 @@ class IVDigit:
         
         ret = 0
         actions = self.changesets[changeset]
-	
+        
         if undo:
             firstaction = 0
             lastaction = len(actions)
@@ -1782,7 +1782,7 @@ class IVDigit:
             self._error.WriteLine()
             return (-1, None)
 
-	fids.append(newline)
+        fids.append(newline)
         
         # add centroids for left/right area
         if ftype & GV_AREA: