Skip to content

Commit 8bbb7d9

Browse files
committedMar 3, 2017
astyle on left overs
1 parent 2e7de50 commit 8bbb7d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/providers/spatialite/qgsspatialiteconnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ QgsSqliteHandle *QgsSqliteHandle::openDb( const QString &dbPath, bool shared )
763763
return handle;
764764
}
765765

766-
void QgsSqliteHandle::closeDb( QgsSqliteHandle*&handle )
766+
void QgsSqliteHandle::closeDb( QgsSqliteHandle *&handle )
767767
{
768768
if ( handle->ref == -1 )
769769
{

‎src/providers/spatialite/qgsspatialiteconnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class QgsSqliteHandle
169169

170170
static QgsSqliteHandle *openDb( const QString &dbPath, bool shared = true );
171171
static bool checkMetadata( sqlite3 *handle );
172-
static void closeDb( QgsSqliteHandle*&handle );
172+
static void closeDb( QgsSqliteHandle *&handle );
173173

174174
/**
175175
* Will close any cached connection

0 commit comments

Comments
 (0)
Please sign in to comment.