Skip to content

Commit ef70eaf

Browse files
committed
Formatting fix
1 parent 8ae45fa commit ef70eaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core/qgsgml.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,10 @@ void QgsGmlStreamingParser::startElement( const XML_Char* el, const XML_Char** a
555555
}
556556
}
557557
}
558-
else if ( ( theParseMode == feature || theParseMode == featureTuple ) &&
559-
mCurrentFeature &&
560-
localNameLen == static_cast<int>( mGeometryAttributeUTF8Len ) &&
561-
memcmp( pszLocalName, mGeometryAttributePtr, localNameLen ) == 0 )
558+
else if (( theParseMode == feature || theParseMode == featureTuple ) &&
559+
mCurrentFeature &&
560+
localNameLen == static_cast<int>( mGeometryAttributeUTF8Len ) &&
561+
memcmp( pszLocalName, mGeometryAttributePtr, localNameLen ) == 0 )
562562
{
563563
mParseModeStack.push( QgsGmlStreamingParser::geometry );
564564
mFoundUnhandledGeometryElement = false;

0 commit comments

Comments
 (0)