Skip to content

Commit

Permalink
fix incorrect indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Dec 19, 2024
1 parent f22c0d0 commit 315b339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smalig/grammar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
example: "0F00 - return v0"
example_desc: "Returns with return value in v0."

- opcode: "10"
- opcode: "10"
name: "return-wide"
format: "AA|op"
format_id: "11x"
Expand All @@ -219,7 +219,7 @@
example: "1000 - return-wide v0"
example_desc: "Returns with a double/long value in v0,v1."

- opcode: "11"
- opcode: "11"
name: "return-object"
format: "AA|op"
format_id: "11x"
Expand Down

0 comments on commit 315b339

Please sign in to comment.