Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
nyalldawson committed Feb 5, 2017
1 parent 48e5c09 commit a80cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -4093,7 +4093,7 @@ static QVariant parseArray( const QString& txt, QVariant::Type type, QVariant::T
{
if ( !txt.startsWith( '{' ) || !txt.endsWith( '}' ) )
{
if( !txt.isEmpty() )
if ( !txt.isEmpty() )
QgsLogger::warning( "Error parsing array, missing curly braces: " + txt );
return QVariant( type );
}
Expand Down

0 comments on commit a80cca0

Please sign in to comment.