aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_plugin.c
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/util/test_plugin.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/util/test_plugin.c')
-rw-r--r--src/util/test_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_plugin.c b/src/util/test_plugin.c
index e819e678a..135447da8 100644
--- a/src/util/test_plugin.c
+++ b/src/util/test_plugin.c
@@ -53,7 +53,7 @@ main (int argc, char *argv[])
53 ret = GNUNET_PLUGIN_load ("libgnunet_plugin_test", "in"); 53 ret = GNUNET_PLUGIN_load ("libgnunet_plugin_test", "in");
54 if (ret == NULL) 54 if (ret == NULL)
55 return 1; 55 return 1;
56 if (0 != strcmp (ret, "Hello")) 56 if (0 != strcmp (ret, "Hello"))
57 return 2; 57 return 2;
58 ret = GNUNET_PLUGIN_unload ("libgnunet_plugin_test", "out"); 58 ret = GNUNET_PLUGIN_unload ("libgnunet_plugin_test", "out");
59 if (ret == NULL) 59 if (ret == NULL)