Intendation

This commit is contained in:
Marco Hugentobler 2016-01-04 11:31:09 +01:00
parent 7f978d96e3
commit 375ae60c49

View File

@ -645,7 +645,7 @@ bool QgsLineStringV2::deleteVertex( const QgsVertexId& position )
mM.remove( position.vertex );
}
if( numPoints() == 1 )
if ( numPoints() == 1 )
{
clear();
}