Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian authored and nyalldawson committed Sep 22, 2023
1 parent 994ca12 commit 5786239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/elevation/qgsabstractprofilesurfacegenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void QgsAbstractProfileSurfaceResults::renderResults( QgsProfileRenderContext &c
}
if ( currentLine.length() < 1 )
{
currentPartStartDistance = pointIt.key();
currentPartStartDistance = pointIt.key();
}
currentLine.append( context.worldTransform().map( QPointF( pointIt.key(), pointIt.value() ) ) );
prevDistance = pointIt.key();
Expand Down

0 comments on commit 5786239

Please sign in to comment.