mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
Fix coding style in output.c and xbm/tokenize.c
This commit is contained in:
parent
0413d7fa9a
commit
69e236932e
2 changed files with 15 additions and 8 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue