Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and nyalldawson committed Aug 15, 2018
1 parent 93ee062 commit f769430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/RegularPoints.py
Expand Up @@ -158,7 +158,7 @@ def processAlgorithm(self, parameters, context, feedback):

count += 1
feedback.setProgress(int(count * total))

y = y - pSpacing

return {self.OUTPUT: dest_id}

0 comments on commit f769430

Please sign in to comment.