Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik authored and nyalldawson committed Mar 26, 2019
1 parent 252b74f commit 99bb45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology/qgspointdisplacementrenderer.cpp
Expand Up @@ -61,7 +61,7 @@ void QgsPointDisplacementRenderer::drawGroup( QPointF centerPoint, QgsRenderCont

//calculate max diagonal size from all symbols in group
double diagonal = 0;
QVector<double> diagonals(group.size());
QVector<double> diagonals( group.size() );
double currentDiagonal;

int groupPosition = 0;
Expand Down

0 comments on commit 99bb45e

Please sign in to comment.