norminette: added space after keyword
This commit is contained in:
@@ -266,7 +266,7 @@ void redirection_add(
|
|||||||
|
|
||||||
redirection = redirection_new(tokens);
|
redirection = redirection_new(tokens);
|
||||||
if (redirection == NULL)
|
if (redirection == NULL)
|
||||||
return;
|
return ;
|
||||||
redirection_tokens = ft_lstnew(redirection);
|
redirection_tokens = ft_lstnew(redirection);
|
||||||
if (redirection_tokens == NULL)
|
if (redirection_tokens == NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user