mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +02:00
* Silly whitespace cleanup.
This commit is contained in:
@@ -175,7 +175,7 @@ DatabaseImpl::updateSchema( int oldVersion )
|
|||||||
QFile script( path );
|
QFile script( path );
|
||||||
if ( !script.exists() || !script.open( QIODevice::ReadOnly ) )
|
if ( !script.exists() || !script.open( QIODevice::ReadOnly ) )
|
||||||
{
|
{
|
||||||
qWarning() << "Failed to find or open upgrade script from" << (cur-1) << "to" << cur << " (" << path << ")! Aborting upgrade..";
|
qWarning() << "Failed to find or open upgrade script from" << (cur-1) << "to" << cur << " (" << path << ")! Aborting upgrade...";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user