mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Fix indentation
This commit is contained in:
parent
48e5c09b89
commit
a80cca0fb3
@ -4093,7 +4093,7 @@ static QVariant parseArray( const QString& txt, QVariant::Type type, QVariant::T
|
|||||||
{
|
{
|
||||||
if ( !txt.startsWith( '{' ) || !txt.endsWith( '}' ) )
|
if ( !txt.startsWith( '{' ) || !txt.endsWith( '}' ) )
|
||||||
{
|
{
|
||||||
if( !txt.isEmpty() )
|
if ( !txt.isEmpty() )
|
||||||
QgsLogger::warning( "Error parsing array, missing curly braces: " + txt );
|
QgsLogger::warning( "Error parsing array, missing curly braces: " + txt );
|
||||||
return QVariant( type );
|
return QVariant( type );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user