Skip to content

Commit 396295f

Browse files
committed
cleanup whitespaces
asm/preproc.c predominantly uses spaces, but these three lines use tabs.
1 parent a916e41 commit 396295f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

asm/preproc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7643,9 +7643,9 @@ static Token *pp_tokline(void)
76437643
free_tlist(m->iline);
76447644
nasm_free(m->paramlen);
76457645
fm->in_progress = 0;
7646-
m->params = NULL;
7647-
m->iline = NULL;
7648-
m->paramlen = NULL;
7646+
m->params = NULL;
7647+
m->iline = NULL;
7648+
m->paramlen = NULL;
76497649
}
76507650
}
76517651

0 commit comments

Comments
 (0)