mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Intendation
This commit is contained in:
parent
7f978d96e3
commit
375ae60c49
@ -645,7 +645,7 @@ bool QgsLineStringV2::deleteVertex( const QgsVertexId& position )
|
||||
mM.remove( position.vertex );
|
||||
}
|
||||
|
||||
if( numPoints() == 1 )
|
||||
if ( numPoints() == 1 )
|
||||
{
|
||||
clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user