mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 14:34:23 -04:00
Remove trailing whitespace
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user