Skip to content
Snippets Groups Projects
Commit 81cacd9f authored by Matt Johnston's avatar Matt Johnston
Browse files

list.c also has no trailing newline

--HG--
extra : convert_revision : cfe8e94b86e98f79b18abebbcd49c6eb5908c74c
parent 6def0ab5
Branches
Tags
No related merge requests found
......@@ -46,4 +46,4 @@ void * list_remove(m_list_elem *elem) {
}
m_free(elem);
return item;
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment