Skip to content

Commit

Permalink
chore: apply spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
KengoTODA committed Aug 28, 2022
1 parent c4d4f0e commit d48728d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1010,7 +1010,7 @@ private boolean isPEI(InstructionHandle handle) throws CFGBuilderException {
if (ins instanceof PUTFIELD && !methodGen.isStatic()) {
// Assume that PUTFIELD on this object is not PEI
int depth = ins.consumeStack(cpg);
int fieldSize = ((PUTFIELD)ins).getFieldType(cpg).getSize();
int fieldSize = ((PUTFIELD) ins).getFieldType(cpg).getSize();
for (InstructionHandle prev = handle.getPrev(); prev != null; prev = prev.getPrev()) {
Instruction prevInst = prev.getInstruction();
if (prevInst instanceof BranchInstruction) {
Expand Down

0 comments on commit d48728d

Please sign in to comment.