mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 20:34:22 +02:00
* Silly whitespace cleanup.
This commit is contained in:
@@ -175,7 +175,7 @@ DatabaseImpl::updateSchema( int oldVersion )
|
||||
QFile script( path );
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user