Skip to content

Commit

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

Please sign in to comment.