Navigation Menu

Skip to content

Commit

Permalink
fix 27de86 indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 16, 2016
1 parent 27de86c commit 520a137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -587,8 +587,8 @@ bool QgsOracleProvider::loadFields()
{
while ( qry.next() )
{
if( qry.value( 0 ).toString() == mGeometryColumn )
continue;
if ( qry.value( 0 ).toString() == mGeometryColumn )
continue;
comments.insert( qry.value( 0 ).toString(), qry.value( 1 ).toString() );
}
}
Expand Down

0 comments on commit 520a137

Please sign in to comment.