mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-13 20:39:57 +01:00
Style fix in DatabaseImpl.
This commit is contained in:
parent
5f393ebc3d
commit
b76053c629
@ -799,7 +799,7 @@ Tomahawk::DatabaseImpl::openDatabase( const QString& dbname, bool checkSchema )
|
||||
}
|
||||
else if ( version < 0 )
|
||||
{
|
||||
schemaUpdated = updateSchema( 0 );
|
||||
schemaUpdated = updateSchema( 0 );
|
||||
}
|
||||
|
||||
return schemaUpdated;
|
||||
|
Loading…
x
Reference in New Issue
Block a user