diff --git a/Linked-List/linkedlist.h b/Linked-List/linkedlist.h
index df3f47d17e03baef109e7c211022e987b1e36884..68e5abffbac4c430226da754a9806301031f8600 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);