mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
#9777-ML: Indentation update
This commit is contained in:
parent
80871c663a
commit
ac5622ad06
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user