astyle on left overs

This commit is contained in:
Denis Rouzaud 2017-03-03 09:02:43 +01:00
parent 2e7de50b42
commit 8bbb7d92f6
2 changed files with 2 additions and 2 deletions

View File

@ -763,7 +763,7 @@ QgsSqliteHandle *QgsSqliteHandle::openDb( const QString &dbPath, bool shared )
return handle;
}
void QgsSqliteHandle::closeDb( QgsSqliteHandle*&handle )
void QgsSqliteHandle::closeDb( QgsSqliteHandle *&handle )
{
if ( handle->ref == -1 )
{

View File

@ -169,7 +169,7 @@ class QgsSqliteHandle
static QgsSqliteHandle *openDb( const QString &dbPath, bool shared = true );
static bool checkMetadata( sqlite3 *handle );
static void closeDb( QgsSqliteHandle*&handle );
static void closeDb( QgsSqliteHandle *&handle );
/**
* Will close any cached connection