aboutsummaryrefslogtreecommitdiff
path: root/src/util/plugin.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/util/plugin.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/util/plugin.c')
-rw-r--r--src/util/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/plugin.c b/src/util/plugin.c
index 08b32b295..dbd3519aa 100644
--- a/src/util/plugin.c
+++ b/src/util/plugin.c
@@ -151,7 +151,7 @@ resolve_function (struct PluginList *plug, const char *name)
151 * Test if a plugin exists. 151 * Test if a plugin exists.
152 * 152 *
153 * Note that the library must export a symbol called 153 * Note that the library must export a symbol called
154 * "library_name_init" for the test to succeed. 154 * "library_name_init" for the test to succeed.
155 * 155 *
156 * @param library_name name of the plugin to test if it is installed 156 * @param library_name name of the plugin to test if it is installed
157 * @return GNUNET_YES if the plugin exists, GNUNET_NO if not 157 * @return GNUNET_YES if the plugin exists, GNUNET_NO if not