From 91702429256ef0f972d51519fa819ebfccfa6666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Mon, 16 Sep 2024 13:53:45 +0200 Subject: [PATCH] style: corrected some little norm error --- ast/src/from_node/from_node.c | 3 +-- exec/src/run_ast/_ast_into_str4.c | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ast/src/from_node/from_node.c b/ast/src/from_node/from_node.c index 20652980..c58f9d7a 100644 --- a/ast/src/from_node/from_node.c +++ b/ast/src/from_node/from_node.c @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/07/26 10:55:52 by rparodi #+# #+# */ -/* Updated: 2024/09/15 20:16:41 by maiboyer ### ########.fr */ +/* Updated: 2024/09/16 13:49:34 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -104,7 +104,6 @@ t_error _from_node_inner(\ return (_from_node_inner2(node, input, out)); } - // else if (ts_node_symbol(node) == sym_case_item) // return (build_sym_case_item(node, input, out)); // else if (ts_node_symbol(node) == sym_case_statement) diff --git a/exec/src/run_ast/_ast_into_str4.c b/exec/src/run_ast/_ast_into_str4.c index 27c59f44..0d888554 100644 --- a/exec/src/run_ast/_ast_into_str4.c +++ b/exec/src/run_ast/_ast_into_str4.c @@ -6,7 +6,7 @@ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/09/14 12:26:51 by maiboyer #+# #+# */ -/* Updated: 2024/09/14 14:37:04 by maiboyer ### ########.fr */ +/* Updated: 2024/09/16 13:53:25 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -53,5 +53,3 @@ t_error _arith_into_str(t_ast_node self, t_state *state, t_vec_str *append) return (ERROR); return (NO_ERROR); } - -