From 68c945ae0543bcdeafb10901f0f7c0976d7099a9 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Fri, 31 Mar 2023 15:25:26 +0200 Subject: [PATCH] clean: norm --- redirection/heredoc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/redirection/heredoc.c b/redirection/heredoc.c index 0de873e..08d9535 100644 --- a/redirection/heredoc.c +++ b/redirection/heredoc.c @@ -6,7 +6,7 @@ /* By: cchauvet "); line = get_next_line(*ft_get_heredoc()); if (line == NULL)