mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix(debug): wrong indent for group_cmd
This commit is contained in:
parent
e1801652af
commit
7a5e838fcf
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/09 17:43:56 by khais #+# #+# */
|
||||
/* Updated: 2025/04/14 15:06:36 by khais ### ########.fr */
|
||||
/* Updated: 2025/04/25 17:49:38 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ void group_cmd_debug(t_group_cmd *cmd, t_buffer *leader, bool is_last)
|
|||
ft_printf("t_group_cmd\n");
|
||||
indent(leader, false);
|
||||
ft_printf("cmd\n");
|
||||
cmd_debug(cmd->cmd, leader, false);
|
||||
cmd_debug(cmd->cmd, leader, true);
|
||||
dedent(leader, false);
|
||||
indent(leader, true);
|
||||
ft_printf("redirect\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue