mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[c] Formatting.
This commit is contained in:
parent
899f7d77ef
commit
d0002bcbab
@ -129,7 +129,7 @@ static int readVarint(_dataInput *input, int /*bool*/ optimizePositive) {
|
||||
}
|
||||
}
|
||||
if (!optimizePositive)
|
||||
value = ((unsigned int) value >> 1) ^ (~(value & 1));
|
||||
value = ((unsigned int) value >> 1) ^ (~(value & 1));
|
||||
return (int) value;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user