mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-06 23:52:51 +02:00
Cosmetics
This commit is contained in:
@ -92,7 +92,6 @@ bool SubFile::readVUInt32(Handle &hdl, quint32 &val) const
|
|||||||
if (!readByte(hdl, b))
|
if (!readByte(hdl, b))
|
||||||
return false;
|
return false;
|
||||||
val |= (((quint32)b) << (i * 8)) >> (8 - shift);
|
val |= (((quint32)b) << (i * 8)) >> (8 - shift);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user