[processing] indentation fix

This commit is contained in:
Victor Olaya 2014-06-15 15:26:22 +02:00
parent 72d33852f1
commit 68e2def12a

View File

@ -130,7 +130,7 @@ class RandomPointsAlongLines(GeoAlgorithm):
nIterations += 1
if nPoints < pointCount:
ProcessingLog.addToLog(
ProcessingLog.addToLog(
ProcessingLog.LOG_INFO,
'Can not generate requested number of random points. Maximum '
'number of attempts exceeded.')