Skip to content

Commit 9ca7811

Browse files
committed
Formatting fixed
1 parent a20910e commit 9ca7811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Params:
88
* value: byte to be negated
99
*/
10-
.function neg(value) {
10+
.function neg(value) {
1111
.return value ^ $FF
1212
}
1313
.assert "neg($00) gives $FF", neg($00), $FF

0 commit comments

Comments
 (0)