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