From 74f2524ccfafd74dc348168c76a5720e5aa6baa7 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 25 Mar 2024 12:24:29 +0100 Subject: [PATCH] Refactor a little bit --- get_next_line.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/get_next_line.c b/get_next_line.c index 4f28a34..4b12194 100644 --- a/get_next_line.c +++ b/get_next_line.c @@ -6,7 +6,7 @@ /* By: dkaiser