mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
Code style fix
This commit is contained in:
@@ -40,7 +40,7 @@ public class AddCallbackAdapter implements Injectable, Opcodes {
|
|||||||
Label l0 = new Label();
|
Label l0 = new Label();
|
||||||
inject.add(new LabelNode(l0));
|
inject.add(new LabelNode(l0));
|
||||||
int offset = 0;
|
int offset = 0;
|
||||||
if (args != null && args.length > 0) {
|
if (args != null) {
|
||||||
for (int arg : args) {
|
for (int arg : args) {
|
||||||
if (Modifier.isStatic(method.access)) {
|
if (Modifier.isStatic(method.access)) {
|
||||||
int loadOpcode = ASMUtils.getLoadOpcode(types[arg]
|
int loadOpcode = ASMUtils.getLoadOpcode(types[arg]
|
||||||
|
|||||||
Reference in New Issue
Block a user