Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Nov 13, 2018
1 parent 8b2331a commit 7b98302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsmaptooltrimextendfeature.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void QgsMapToolTrimExtendFeature::canvasMoveEvent( QgsMapMouseEvent *e )
} }
else if ( mRubberBandLimit ) else if ( mRubberBandLimit )
{ {
mRubberBandLimit->hide(); mRubberBandLimit->hide();
} }
break; break;
case StepExtend: case StepExtend:
Expand Down Expand Up @@ -177,7 +177,7 @@ void QgsMapToolTrimExtendFeature::canvasMoveEvent( QgsMapMouseEvent *e )
* + * +
* | * |
*/ */
index += 1; index += 1;
} }


mIsModified = mGeom.moveVertex( mIntersection, index ); mIsModified = mGeom.moveVertex( mIntersection, index );
Expand Down

0 comments on commit 7b98302

Please sign in to comment.