Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondnijssen authored and nyalldawson committed Aug 8, 2018
1 parent faaa590 commit 57a2bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.cpp
Expand Up @@ -274,7 +274,7 @@ QgsGeometry QgsGeometry::createWedgeBuffer( const QgsPoint &center, const double
{
std::unique_ptr< QgsCompoundCurve > innerCc = qgis::make_unique< QgsCompoundCurve >();

QgsCircle innerCircle = QgsCircle( center, innerRadius);
QgsCircle innerCircle = QgsCircle( center, innerRadius );
innerCc->addCurve( innerCircle.toCircularString() );

cp->setInteriorRings( { innerCc.release() } );
Expand Down

0 comments on commit 57a2bc7

Please sign in to comment.