mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Fix indentation
This commit is contained in:
parent
93ee06247d
commit
f769430419
@ -158,7 +158,7 @@ class RegularPoints(QgisAlgorithm):
|
|||||||
|
|
||||||
count += 1
|
count += 1
|
||||||
feedback.setProgress(int(count * total))
|
feedback.setProgress(int(count * total))
|
||||||
|
|
||||||
y = y - pSpacing
|
y = y - pSpacing
|
||||||
|
|
||||||
return {self.OUTPUT: dest_id}
|
return {self.OUTPUT: dest_id}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user