Fix indentation

This commit is contained in:
Matthias Kuhn 2018-08-14 18:00:12 +02:00 committed by Nyall Dawson
parent 93ee06247d
commit f769430419

View File

@ -158,7 +158,7 @@ class RegularPoints(QgisAlgorithm):
count += 1
feedback.setProgress(int(count * total))
y = y - pSpacing
return {self.OUTPUT: dest_id}