LRN's patch argument order
[oweals/gnunet.git] / src / util / test_plugin.c
index bfa3cf11087e826f9d06851b1c7faf19da430761..4635e13576a008b21fd2f364cc8478c13a9eddfc 100644 (file)
@@ -27,9 +27,7 @@
 #define VERBOSE GNUNET_EXTRA_LOGGING
 
 static void
-test_cb (void *cls,
-        const char *libname,
-        void *lib_ret)
+test_cb (void *cls, const char *libname, void *lib_ret)
 {
   void *ret;
 
@@ -39,7 +37,7 @@ test_cb (void *cls,
   GNUNET_assert (NULL != ret);
   GNUNET_assert (0 == strcmp (ret, "World"));
 }
-        
+
 
 static int
 check ()