Skip to content

Commit 375ae60

Browse files
committed
Intendation
1 parent 7f978d9 commit 375ae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/geometry/qgslinestringv2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ bool QgsLineStringV2::deleteVertex( const QgsVertexId& position )
645645
mM.remove( position.vertex );
646646
}
647647

648-
if( numPoints() == 1 )
648+
if ( numPoints() == 1 )
649649
{
650650
clear();
651651
}

0 commit comments

Comments
 (0)