Try to fix indentation error

This commit is contained in:
Bernhard Ströbl 2016-03-04 13:02:23 +01:00 committed by Matthias Kuhn
parent 9124586bbf
commit cfc0eb680e

View File

@ -128,7 +128,6 @@ class SplitLinesWithLines(GeoAlgorithm):
inLines = outLines
for aLine in inLines:
if len(aLine.asPolyline()) > 2 or aLine.asPolyline()[0] != aLine.asPolyline()[1]:
# sometimes splitting results in lines of zero length