1
0
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:
Christian Muehlhaeuser
2011-06-24 09:31:52 +02:00
parent 9758324128
commit 26e12157f2

View File

@@ -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;
} }