mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 21:40:30 -07:00
Autoformat using tab characters
This commit is contained in:
parent
0b44eca4ba
commit
a3b7beeed7
278 changed files with 22710 additions and 22769 deletions
|
|
@ -21,7 +21,7 @@ public final class TriangleNormal {
|
|||
|
||||
static {
|
||||
for (@Pc(4) int local4 = 0; local4 < 256; local4++) {
|
||||
@Pc(10) long local10 = (long) local4;
|
||||
@Pc(10) long local10 = local4;
|
||||
for (@Pc(12) int local12 = 0; local12 < 8; local12++) {
|
||||
if ((local10 & 0x1L) == 1L) {
|
||||
local10 = local10 >>> 1 ^ 0xC96C5795D7870F42L;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue