Skip to content

Commit

Permalink
cleanup whitespaces
Browse files Browse the repository at this point in the history
asm/preproc.c predominantly uses spaces, but these three lines
use tabs.

Signed-off-by: Ivan Sorokin <[email protected]>
  • Loading branch information
sorokin committed Mar 5, 2023
1 parent a916e41 commit 9cdb86a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions asm/preproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7643,9 +7643,9 @@ static Token *pp_tokline(void)
free_tlist(m->iline);
nasm_free(m->paramlen);
fm->in_progress = 0;
m->params = NULL;
m->iline = NULL;
m->paramlen = NULL;
m->params = NULL;
m->iline = NULL;
m->paramlen = NULL;
}
}

Expand Down

0 comments on commit 9cdb86a

Please sign in to comment.