Skip to content

Commit

Permalink
fix a62fdb0 indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 16, 2016
1 parent a62fdb0 commit 5b5600f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/oracle/qgsoracleprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,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 5b5600f

Please sign in to comment.