norminette: added space after keyword

This commit is contained in:
2026-02-11 08:37:02 +01:00
parent 6b3d2ba5e0
commit 9d457f1040

View File

@@ -266,7 +266,7 @@ void redirection_add(
redirection = redirection_new(tokens);
if (redirection == NULL)
return;
return ;
redirection_tokens = ft_lstnew(redirection);
if (redirection_tokens == NULL)
{