Skip to content

Commit 01e062e

Browse files
committedJul 25, 2017
fix indentation
1 parent cd2472d commit 01e062e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/saga/SagaNameDecorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'imagery_maxent': 'Image analysis',
4444
'imagery_opencv': 'Image analysis',
4545
'imagery_vigra': 'Image analysis',
46-
'imagery_svm': 'Image analysis',
46+
'imagery_svm': 'Image analysis',
4747
'io_esri_e00': 'I/O',
4848
'io_gdal': 'I/O',
4949
'io_gps': 'I/O',

‎python/plugins/processing/gui/AlgorithmExecutor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
from processing.tools import vector
3939
from processing.core.SilentProgress import SilentProgress
4040

41+
4142
def runalg(alg, progress=None):
4243
"""Executes a given algorithm, showing its progress in the
4344
progress object passed along.

‎python/plugins/processing/gui/ScriptEditorDialog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def __init__(self, algType, alg):
138138

139139
self.editor.setLexerType(self.algType)
140140

141-
142141
def showSnippets(self, evt):
143142
popupmenu = QMenu()
144143
for name, snippet in self.snippets.iteritems():

0 commit comments

Comments
 (0)
Please sign in to comment.