Skip to content

Commit 92fd498

Browse files
committed
indentation fix
1 parent b747257 commit 92fd498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/dwg/qgsdwgimporter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ bool QgsDwgImporter::import( const QString &drawing, QString &error, bool doExpa
184184
QgsDebugCall;
185185

186186
OGRwkbGeometryType lineGeomType, hatchGeomType;
187-
if( useCurves )
187+
if ( useCurves )
188188
{
189189
#if !defined(GDAL_COMPUTE_VERSION) || GDAL_VERSION_NUM < GDAL_COMPUTE_VERSION(2,0,0)
190190
error = QObject::tr( "Curves only supported with GDAL2" );
@@ -1178,7 +1178,7 @@ bool QgsDwgImporter::createFeature( OGRLayerH layer, OGRFeatureH f, const QgsAbs
11781178
const QgsAbstractGeometryV2 *g;
11791179
QScopedPointer<QgsAbstractGeometryV2> sg( nullptr );
11801180

1181-
if( !mUseCurves && g0.hasCurvedSegments() )
1181+
if ( !mUseCurves && g0.hasCurvedSegments() )
11821182
{
11831183
sg.reset( g0.segmentize() );
11841184
g = sg.data();

0 commit comments

Comments
 (0)