Code style fix

This commit is contained in:
Shadowrs
2018-09-07 17:59:27 +01:00
parent ca0d68ed08
commit 3a91763a57
2 changed files with 3 additions and 3 deletions
@@ -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]