Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#9777-ML: Indentation update
  • Loading branch information
ahuarte47 committed Oct 8, 2014
1 parent 80871c6 commit ac5622a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsgeometry.cpp
Expand Up @@ -355,9 +355,9 @@ static GEOSGeometry *createGeosPolygon( const QgsPolygon& polygon )
try
{
for ( int i = 0; i < polygon.count(); i++ )
{
{
GEOSGeometry *ring = createGeosLinearRing( polygon[i] );
if ( ring ) geoms << ring;
if ( ring ) geoms << ring;
}

return createGeosPolygon( geoms );
Expand Down

0 comments on commit ac5622a

Please sign in to comment.