Fix checkstyle
This commit is contained in:
parent
7e17f71b30
commit
faaff91dd0
@ -166,7 +166,7 @@ final class PlatformDependent0 {
|
|||||||
if (UNALIGNED) {
|
if (UNALIGNED) {
|
||||||
return UNSAFE.getShort(address);
|
return UNSAFE.getShort(address);
|
||||||
} else {
|
} else {
|
||||||
return (short)(getByte(address) << 8 | getByte(address + 1) & 0xff);
|
return (short) (getByte(address) << 8 | getByte(address + 1) & 0xff);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user