Skip to content

Commit ac5622a

Browse files
committed
#9777-ML: Indentation update
1 parent 80871c6 commit ac5622a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgsgeometry.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ static GEOSGeometry *createGeosPolygon( const QgsPolygon& polygon )
355355
try
356356
{
357357
for ( int i = 0; i < polygon.count(); i++ )
358-
{
358+
{
359359
GEOSGeometry *ring = createGeosLinearRing( polygon[i] );
360-
if ( ring ) geoms << ring;
360+
if ( ring ) geoms << ring;
361361
}
362362

363363
return createGeosPolygon( geoms );

0 commit comments

Comments
 (0)