clean: norm

This commit is contained in:
Camille Chauvet 2023-04-04 13:56:57 +02:00
parent fdfe1c8b95
commit 760b8b644e

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/27 13:44:22 by cchauvet #+# #+# */
/* Updated: 2023/04/04 13:52:55 by alouis-j ### ########.fr */
/* Updated: 2023/04/04 13:56:47 by alouis-j ### ########.fr */
/* */
/* ************************************************************************** */
@ -78,7 +78,6 @@ int ft_set_redirection(t_data *data, t_cmd *cmd, char **tab)
i = 0;
while (tab[i + 1] != NULL)
{
ft_check_redirection(data, cmd, tab[i], tab[i + 1]);
i++;
}