X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=hash.c;h=fd3c04b1464a09b7c98bee3ec670fc2e93c9c93c;hb=5417be32394c17c65e6a8c1b36bd767c9860ae1f;hp=e5d5881d58005bcf85b475c78184061e714fccd0;hpb=d3815dfd3e7f48e0c47499acc173809d973a4ad6;p=libradsec.git diff --git a/hash.c b/hash.c index e5d5881..fd3c04b 100644 --- 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: */