From df95d0ce2bbbb4df9431c0a19608d0b0434dadd4 Mon Sep 17 00:00:00 2001
From: Anton Magnusson <antma062@student.liu.se>
Date: Thu, 20 Feb 2020 08:43:00 +0100
Subject: [PATCH] Update linkedlist.h

---
 Linked-List/linkedlist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Linked-List/linkedlist.h b/Linked-List/linkedlist.h
index df3f47d..68e5abf 100644
--- a/Linked-List/linkedlist.h
+++ b/Linked-List/linkedlist.h
@@ -25,4 +25,4 @@ void input_sorted(struct list_item *first, int x);
 /**
  * free everything dynamically allocated
  */
-void clear(struct list_item *first);
\ No newline at end of file
+void clear(struct list_item *first);
-- 
GitLab