Skip to content

Commit 582a56d

Browse files
committedNov 16, 2016
fix f2e3d53 indentation
1 parent f2e3d53 commit 582a56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/providers/oracle/qgsoracleprovider.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ bool QgsOracleProvider::loadFields()
588588
{
589589
while ( qry.next() )
590590
{
591-
if( qry.value( 0 ).toString() == mGeometryColumn )
592-
continue;
591+
if ( qry.value( 0 ).toString() == mGeometryColumn )
592+
continue;
593593
comments.insert( qry.value( 0 ).toString(), qry.value( 1 ).toString() );
594594
}
595595
}

0 commit comments

Comments
 (0)
Please sign in to comment.