diff --git a/Ghidra/Processors/8051/ghidra_scripts/Update8051.java b/Ghidra/Processors/8051/ghidra_scripts/Update8051.java index c20eff85d7..4f6fd51ecf 100644 --- a/Ghidra/Processors/8051/ghidra_scripts/Update8051.java +++ b/Ghidra/Processors/8051/ghidra_scripts/Update8051.java @@ -35,7 +35,7 @@ public class Update8051 extends GhidraScript { } SymbolTable st = currentProgram.getSymbolTable(); SymbolIterator iter = st.getDefinedSymbols(); - int count =0; + int count = 0; while (iter.hasNext()) { Symbol symbol = iter.next(); String spaceName = symbol.getAddress().getAddressSpace().getName();