Contribute Paweł Gołaszewski.
[libradsec.git] / hash.c
diff --git a/hash.c b/hash.c
index e5d5881..fd3c04b 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -130,3 +130,7 @@ struct hash_entry *hash_next(struct hash_entry *entry) {
     e->next = (struct list_node *)entry->next->next;
     return e;
 }
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */