mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 11:51:44 +02:00
Style fix in DatabaseImpl.
This commit is contained in:
@@ -799,7 +799,7 @@ Tomahawk::DatabaseImpl::openDatabase( const QString& dbname, bool checkSchema )
|
||||
}
|
||||
else if ( version < 0 )
|
||||
{
|
||||
schemaUpdated = updateSchema( 0 );
|
||||
schemaUpdated = updateSchema( 0 );
|
||||
}
|
||||
|
||||
return schemaUpdated;
|
||||
|
Reference in New Issue
Block a user