Skip to content

Commit e7b04f2

Browse files
committed
Tabs > Spaces
1 parent a07a31b commit e7b04f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/r/RAlgorithm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def processInputParameterToken(self, token, name):
232232
break
233233
if found:
234234
param = ParameterTableField(name, desc, field)
235-
elif token.lower().strip().startswith('multiple field'):
235+
elif token.lower().strip().startswith('multiple field'):
236236
field = token.strip()[len('multiple field') + 1:]
237237
found = False
238238
for p in self.parameters:

0 commit comments

Comments
 (0)