style: normed all the stuff
This commit is contained in:
parent
3ee9c00d5a
commit
df8c6fc091
3 changed files with 11 additions and 12 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/28 14:37:13 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/09/28 14:57:17 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/09/28 15:24:06 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ t_token token_new_meta(enum e_token type)
|
|||
.subtokens = vec_token_new(16, token_free)});
|
||||
}
|
||||
|
||||
bool token_is_meta(t_token tok)
|
||||
bool token_is_meta(t_token tok)
|
||||
{
|
||||
if (tok.type == WORD)
|
||||
return (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue