Skip to content

Commit

Permalink
astyle on left overs
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 3, 2017
1 parent 2e7de50 commit 8bbb7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/providers/spatialite/qgsspatialiteconnection.cpp
Expand Up @@ -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 )
{
Expand Down
2 changes: 1 addition & 1 deletion src/providers/spatialite/qgsspatialiteconnection.h
Expand Up @@ -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
Expand Down

0 comments on commit 8bbb7d9

Please sign in to comment.