Remove trailing whitespace

This commit is contained in:
Birunthan Mohanathas
2012-04-19 13:09:45 +03:00
parent e5ede410bc
commit 06597123b8
34 changed files with 56 additions and 56 deletions

View File

@ -161,7 +161,7 @@ void WavPack::Properties::read()
unsigned int samples = d->data.mid(12, 4).toUInt(false);
if(samples == ~0u) {
if(d->file && d->style != Fast) {
samples = seekFinalIndex();
samples = seekFinalIndex();
}
else {
samples = 0;