Skip to content

Commit

Permalink
Fix line indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Jan 25, 2024
1 parent 55c6301 commit a589a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objdump.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func printInstruction(offset int, b []byte, op opcode.Opcode, arg interface{}) {
printOffset(offset)
line.Fprintf(w, "block")
case opcode.LINE:
line.Fprintf(w, " %*s=%d", indent, "", arg)
line.Fprintf(w, " %*s=%d", indent, "", arg)
case opcode.REF, opcode.IEEE754DP, opcode.NATLONG, opcode.ISTR, opcode.FSTR:
printOffset(offset)
printArgument(arg)
Expand Down

0 comments on commit a589a66

Please sign in to comment.