From 7e3cf5f461eb4fbb7581672bf0835da07c378136 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 31 Oct 2019 13:03:48 +0100 Subject: tighten formatting rules --- src/namecache/plugin_namecache_flat.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/namecache/plugin_namecache_flat.c') diff --git a/src/namecache/plugin_namecache_flat.c b/src/namecache/plugin_namecache_flat.c index 14406c13d..69b54fcf3 100644 --- a/src/namecache/plugin_namecache_flat.c +++ b/src/namecache/plugin_namecache_flat.c @@ -188,6 +188,7 @@ database_setup (struct Plugin *plugin) return GNUNET_OK; } + /** * Store values in hashmap in file and free data * @@ -232,6 +233,7 @@ store_and_free_entries (void *cls, return GNUNET_YES; } + /** * Shutdown database connection and associate data * structures. @@ -263,6 +265,7 @@ database_shutdown (struct Plugin *plugin) GNUNET_DISK_file_close (fh); } + static int expire_blocks (void *cls, const struct GNUNET_HashCode *key, @@ -285,7 +288,6 @@ expire_blocks (void *cls, } - /** * Removes any expired block. * @@ -430,4 +432,5 @@ libgnunet_plugin_namecache_flat_done (void *cls) return NULL; } + /* end of plugin_namecache_sqlite.c */ -- cgit v1.2.3