mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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)
|
if (!optimizePositive)
|
||||||
value = ((unsigned int) value >> 1) ^ (~(value & 1));
|
value = ((unsigned int) value >> 1) ^ (~(value & 1));
|
||||||
return (int) value;
|
return (int) value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user