From 760b8b644eac395d6233cd48f2fee8ad82aa4b3e Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Tue, 4 Apr 2023 13:56:57 +0200 Subject: [PATCH] clean: norm --- redirection/redirection.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/redirection/redirection.c b/redirection/redirection.c index 079fde0..c34324b 100644 --- a/redirection/redirection.c +++ b/redirection/redirection.c @@ -6,7 +6,7 @@ /* By: cchauvet