style: norming dev_node (ast)
This commit is contained in:
parent
9f55be8a7c
commit
bbf7141da6
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/08/09 15:07:10 by rparodi #+# #+# */
|
/* Created: 2024/08/09 15:07:10 by rparodi #+# #+# */
|
||||||
/* Updated: 2024/09/13 14:30:59 by maiboyer ### ########.fr */
|
/* Updated: 2024/09/20 16:38:57 by rparodi ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -86,8 +86,8 @@ t_error build_sym_comment(t_node self, t_const_str input, t_ast_node *out)
|
||||||
t_error build_sym_variable_assignment(\
|
t_error build_sym_variable_assignment(\
|
||||||
t_node self, t_const_str input, t_ast_node *out)
|
t_node self, t_const_str input, t_ast_node *out)
|
||||||
{
|
{
|
||||||
t_ast_node ret;
|
t_ast_node ret;
|
||||||
t_node temp_ast;
|
t_node temp_ast;
|
||||||
|
|
||||||
(void)(self);
|
(void)(self);
|
||||||
(void)(input);
|
(void)(input);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue