diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-15 21:46:35 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-15 21:46:35 +0000 |
commit | 6ded223c8096f516bca715ea95b6f9e24a27f470 (patch) | |
tree | a91fec5cc9769d260640bd91c6633cb9cf395524 /src/block/plugin_block_template.c | |
parent | ec270e78a4640a2118a7732befe558860d5acac7 (diff) |
indentation
git-svn-id: https://gnunet.org/svn/gnunet@16581 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/block/plugin_block_template.c')
-rw-r--r-- | src/block/plugin_block_template.c | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/src/block/plugin_block_template.c b/src/block/plugin_block_template.c index 77e7c0ab96..9eb84ac4b8 100644 --- a/src/block/plugin_block_template.c +++ b/src/block/plugin_block_template.c @@ -47,14 +47,14 @@ */ static enum GNUNET_BLOCK_EvaluationResult block_plugin_template_evaluate (void *cls, - enum GNUNET_BLOCK_Type type, - const GNUNET_HashCode *query, - struct GNUNET_CONTAINER_BloomFilter **bf, - int32_t bf_mutator, - const void *xquery, - size_t xquery_size, - const void *reply_block, - size_t reply_block_size) + enum GNUNET_BLOCK_Type type, + const GNUNET_HashCode * query, + struct GNUNET_CONTAINER_BloomFilter **bf, + int32_t bf_mutator, + const void *xquery, + size_t xquery_size, + const void *reply_block, + size_t reply_block_size) { return GNUNET_BLOCK_EVALUATION_TYPE_NOT_SUPPORTED; } @@ -73,14 +73,13 @@ block_plugin_template_evaluate (void *cls, */ static int block_plugin_template_get_key (void *cls, - enum GNUNET_BLOCK_Type type, - const void *block, - size_t block_size, - GNUNET_HashCode *key) + enum GNUNET_BLOCK_Type type, + const void *block, + size_t block_size, GNUNET_HashCode * key) { return GNUNET_SYSERR; } - + /** * Entry point for the plugin. @@ -88,11 +87,11 @@ block_plugin_template_get_key (void *cls, void * libgnunet_plugin_block_template_init (void *cls) { - static enum GNUNET_BLOCK_Type types[] = - { - /* FIXME: insert supported block types here */ - GNUNET_BLOCK_TYPE_ANY /* end of list */ - }; + static enum GNUNET_BLOCK_Type types[] = + { + /* FIXME: insert supported block types here */ + GNUNET_BLOCK_TYPE_ANY /* end of list */ + }; struct GNUNET_BLOCK_PluginFunctions *api; api = GNUNET_malloc (sizeof (struct GNUNET_BLOCK_PluginFunctions)); |