Skip to content

Commit

Permalink
Intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jan 4, 2016
1 parent 7f978d9 commit 375ae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgslinestringv2.cpp
Expand Up @@ -645,7 +645,7 @@ bool QgsLineStringV2::deleteVertex( const QgsVertexId& position )
mM.remove( position.vertex ); mM.remove( position.vertex );
} }


if( numPoints() == 1 ) if ( numPoints() == 1 )
{ {
clear(); clear();
} }
Expand Down

0 comments on commit 375ae60

Please sign in to comment.