-doxygen, indent
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Oct 2015 10:31:06 +0000 (10:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Oct 2015 10:31:06 +0000 (10:31 +0000)
src/testbed/gnunet-helper-testbed.c

index 667a0517255589cb178fa0b0622569de2e1a3d71..34640e4831c58d462490cb959d0fe23055fc99ad 100644 (file)
@@ -316,13 +316,13 @@ child_death_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
  * Functions with this signature are called whenever a
  * complete message is received by the tokenizer.
  *
- * Do not call GNUNET_SERVER_mst_destroy in callback
+ * Do not call #GNUNET_SERVER_mst_destroy() in this callback
  *
  * @param cls closure
  * @param client identification of the client
  * @param message the actual message
  *
- * @return GNUNET_OK on success, GNUNET_SYSERR to stop further processing
+ * @return #GNUNET_OK on success, #GNUNET_SYSERR to stop further processing
  */
 static int
 tokenizer_cb (void *cls, void *client,
@@ -463,8 +463,10 @@ tokenizer_cb (void *cls, void *client,
       GNUNET_OS_start_process (PIPE_CONTROL,
                                GNUNET_OS_INHERIT_STD_ERR /*verbose? */ ,
                                NULL, NULL, NULL,
-                               binary, "gnunet-service-testbed", "-c",
-                               config, NULL);
+                               binary,
+                               "gnunet-service-testbed",
+                               "-c", config,
+                               NULL);
   GNUNET_free (binary);
   GNUNET_free (config);
   if (NULL == testbed)