From 9d457f10405000e969fa48c5ca8412b85c1d6adf Mon Sep 17 00:00:00 2001 From: Sergio Date: Wed, 11 Feb 2026 08:37:02 +0100 Subject: [PATCH] norminette: added space after keyword --- src/parser/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/parser.c b/src/parser/parser.c index 73f9279..993a011 100644 --- a/src/parser/parser.c +++ b/src/parser/parser.c @@ -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) {