mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Indentation update
This commit is contained in:
parent
9ca09abb02
commit
d6fca7e2e3
@ -130,8 +130,8 @@ class SplitLinesWithLines(GeoAlgorithm):
|
||||
|
||||
for aLine in inLines:
|
||||
if len(aLine.asPolyline()) > 2 or \
|
||||
(len(aLine.asPolyline()) == 2 and \
|
||||
aLine.asPolyline()[0] != aLine.asPolyline()[1]):
|
||||
(len(aLine.asPolyline()) == 2 and
|
||||
aLine.asPolyline()[0] != aLine.asPolyline()[1]):
|
||||
# sometimes splitting results in lines of zero length
|
||||
outFeat.setGeometry(aLine)
|
||||
writer.addFeature(outFeat)
|
||||
|
Loading…
x
Reference in New Issue
Block a user