mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-14 04:49:43 +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 )
|
else if ( version < 0 )
|
||||||
{
|
{
|
||||||
schemaUpdated = updateSchema( 0 );
|
schemaUpdated = updateSchema( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
return schemaUpdated;
|
return schemaUpdated;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user