#9777-ML: Indentation update

This commit is contained in:
Alvaro Huarte 2014-10-08 17:51:43 +02:00
parent 80871c663a
commit ac5622ad06

View File

@ -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 );