aboutsummaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/block
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/block')
-rw-r--r--src/block/block.c6
-rw-r--r--src/block/plugin_block_template.c2
-rw-r--r--src/block/plugin_block_test.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/block/block.c b/src/block/block.c
index d2c7a067b..f38e7e0bf 100644
--- a/src/block/block.c
+++ b/src/block/block.c
@@ -97,15 +97,15 @@ GNUNET_BLOCK_mingle_hash (const struct GNUNET_HashCode *in,
97 * @param lib_ret the plugin API 97 * @param lib_ret the plugin API
98 */ 98 */
99static void 99static void
100add_plugin (void *cls, 100add_plugin (void *cls,
101 const char *library_name, 101 const char *library_name,
102 void *lib_ret) 102 void *lib_ret)
103{ 103{
104 struct GNUNET_BLOCK_Context *ctx = cls; 104 struct GNUNET_BLOCK_Context *ctx = cls;
105 struct GNUNET_BLOCK_PluginFunctions *api = lib_ret; 105 struct GNUNET_BLOCK_PluginFunctions *api = lib_ret;
106 struct Plugin *plugin; 106 struct Plugin *plugin;
107 107
108 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 108 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
109 "Loading block plugin `%s'\n", 109 "Loading block plugin `%s'\n",
110 library_name); 110 library_name);
111 plugin = GNUNET_new (struct Plugin); 111 plugin = GNUNET_new (struct Plugin);
diff --git a/src/block/plugin_block_template.c b/src/block/plugin_block_template.c
index 1675fdb1c..7c62de6b1 100644
--- a/src/block/plugin_block_template.c
+++ b/src/block/plugin_block_template.c
@@ -56,7 +56,7 @@ block_plugin_template_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
56 struct GNUNET_HashCode chash; 56 struct GNUNET_HashCode chash;
57 struct GNUNET_HashCode mhash; 57 struct GNUNET_HashCode mhash;
58 /* FIXME: check validity first... */ 58 /* FIXME: check validity first... */
59 59
60 /* mandatory duplicate-detection code... */ 60 /* mandatory duplicate-detection code... */
61 if (NULL != bf) 61 if (NULL != bf)
62 { 62 {
diff --git a/src/block/plugin_block_test.c b/src/block/plugin_block_test.c
index 130c2ac3c..9390562a4 100644
--- a/src/block/plugin_block_test.c
+++ b/src/block/plugin_block_test.c
@@ -116,7 +116,7 @@ block_plugin_test_get_key (void *cls, enum GNUNET_BLOCK_Type type,
116 * Entry point for the plugin. 116 * Entry point for the plugin.
117 * 117 *
118 * @param cls NULL 118 * @param cls NULL
119 * @return the exported block API 119 * @return the exported block API
120 */ 120 */
121void * 121void *
122libgnunet_plugin_block_test_init (void *cls) 122libgnunet_plugin_block_test_init (void *cls)