aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_plugin.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/util/test_plugin.c
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/util/test_plugin.c')
-rw-r--r--src/util/test_plugin.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/util/test_plugin.c b/src/util/test_plugin.c
index bfa3cf110..4635e1357 100644
--- a/src/util/test_plugin.c
+++ b/src/util/test_plugin.c
@@ -27,9 +27,7 @@
27#define VERBOSE GNUNET_EXTRA_LOGGING 27#define VERBOSE GNUNET_EXTRA_LOGGING
28 28
29static void 29static void
30test_cb (void *cls, 30test_cb (void *cls, const char *libname, void *lib_ret)
31 const char *libname,
32 void *lib_ret)
33{ 31{
34 void *ret; 32 void *ret;
35 33
@@ -39,7 +37,7 @@ test_cb (void *cls,
39 GNUNET_assert (NULL != ret); 37 GNUNET_assert (NULL != ret);
40 GNUNET_assert (0 == strcmp (ret, "World")); 38 GNUNET_assert (0 == strcmp (ret, "World"));
41} 39}
42 40
43 41
44static int 42static int
45check () 43check ()