Skip to content

Commit 68e2def

Browse files
committed
[processing] indentation fix
1 parent 72d3385 commit 68e2def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/RandomPointsAlongLines.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def processAlgorithm(self, progress):
130130
nIterations += 1
131131

132132
if nPoints < pointCount:
133-
ProcessingLog.addToLog(
133+
ProcessingLog.addToLog(
134134
ProcessingLog.LOG_INFO,
135135
'Can not generate requested number of random points. Maximum '
136136
'number of attempts exceeded.')

0 commit comments

Comments
 (0)