From 81cacd9f1556484b9bfdf3e127c29262ea7a76f4 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 5 Jul 2011 12:52:06 +0000 Subject: [PATCH] list.c also has no trailing newline --HG-- extra : convert_revision : cfe8e94b86e98f79b18abebbcd49c6eb5908c74c --- list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list.c b/list.c index 8be1a3a..1730711 100644 --- a/list.c +++ b/list.c @@ -46,4 +46,4 @@ void * list_remove(m_list_elem *elem) { } m_free(elem); return item; -} \ No newline at end of file +}