Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTillema committed Oct 29, 2018
1 parent 1739268 commit 38db4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ static uint8_t functionOutput(int token) {

if (expr.outputIsNumber) {
ice.programPtr -= expr.SizeOfOutputNumber;
LD_A(expr.outputNumber);
LD_A(expr.outputNumber);
} else if (expr.outputIsVariable) {
*(ice.programPtr - 2) = OP_LD_A_HL;
} else if (expr.outputRegister == REGISTER_HL) {
Expand Down

0 comments on commit 38db4d2

Please sign in to comment.