Skip to content

Commit 57a2bc7

Browse files
raymondnijssennyalldawson
authored andcommittedAug 8, 2018
fix code formatting
1 parent faaa590 commit 57a2bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/geometry/qgsgeometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ QgsGeometry QgsGeometry::createWedgeBuffer( const QgsPoint &center, const double
274274
{
275275
std::unique_ptr< QgsCompoundCurve > innerCc = qgis::make_unique< QgsCompoundCurve >();
276276

277-
QgsCircle innerCircle = QgsCircle( center, innerRadius);
277+
QgsCircle innerCircle = QgsCircle( center, innerRadius );
278278
innerCc->addCurve( innerCircle.toCircularString() );
279279

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

0 commit comments

Comments
 (0)
Please sign in to comment.