Fix spacing

This commit is contained in:
Albert Astals Cid 2012-06-19 23:38:54 +02:00
parent e7a4e3b392
commit 791a4ac39e

View file

@ -250,7 +250,7 @@ qulonglong DocumentPrivate::getTotalMemory()
return (cachedValue = 134217728);
QTextStream readStream( &memFile );
while ( true )
while ( true )
{
QString entry = readStream.readLine();
if ( entry.isNull() ) break;