Fix coding style in output.c and xbm/tokenize.c

This commit is contained in:
Johan Malm 2021-09-24 20:56:44 +01:00
parent 0413d7fa9a
commit 69e236932e
2 changed files with 15 additions and 8 deletions

View file

@ -53,7 +53,7 @@ get_identifier_token()
}
static void
get_number_token()
get_number_token(void)
{
struct token *token = tokens + nr_tokens - 1;
token->name[token->pos] = current_buffer_position[0];