summaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/list.c b/list.c
index 5bfea67..58ab7aa 100644
--- a/list.c
+++ b/list.c
@@ -117,3 +117,7 @@ struct list_node *list_next(struct list_node *node) {
uint32_t list_count(struct list *list) {
return list->count;
}
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */