Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Indentation
  • Loading branch information
elpaso committed Jan 6, 2018
1 parent ed86cb5 commit ad7506e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -504,7 +504,7 @@ QgsAbstractFeatureSource* QgsOgrProvider::featureSource() const
bool QgsOgrProvider::setSubsetString( const QString& theSQL, bool updateFeatureCount )
{
// Always update capabilities
return _setSubsetString( theSQL, updateFeatureCount, true);
return _setSubsetString( theSQL, updateFeatureCount, true );
}

QString QgsOgrProvider::subsetString()
Expand Down Expand Up @@ -1559,7 +1559,7 @@ bool QgsOgrProvider::commitTransaction()
return true;
}

bool QgsOgrProvider::_setSubsetString(const QString &theSQL, bool updateFeatureCount, bool updateCapabilities)
bool QgsOgrProvider::_setSubsetString( const QString &theSQL, bool updateFeatureCount, bool updateCapabilities )
{
QgsCPLErrorHandler handler;

Expand Down

0 comments on commit ad7506e

Please sign in to comment.