aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-10 19:39:28 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-11-10 19:39:28 +0100
commitb7605d09b28ef9d0ca4a1d7cb7d99581b7e50738 (patch)
treefd9ed354966af3d738f1378d47e5807d71046c68
parent85c4f6c7bbd405fd101d8e58223e0f4660b1ca37 (diff)
downloadgnunet-b7605d09b28ef9d0ca4a1d7cb7d99581b7e50738.tar.gz
gnunet-b7605d09b28ef9d0ca4a1d7cb7d99581b7e50738.zip
-minor cleanup, indentation
-rw-r--r--src/service/testing/testing_api_cmd_block_until_external_trigger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service/testing/testing_api_cmd_block_until_external_trigger.c b/src/service/testing/testing_api_cmd_block_until_external_trigger.c
index 6a3b00e51..fc312cdc9 100644
--- a/src/service/testing/testing_api_cmd_block_until_external_trigger.c
+++ b/src/service/testing/testing_api_cmd_block_until_external_trigger.c
@@ -110,8 +110,8 @@ GNUNET_TESTING_cmd_block_until_external_trigger (
110 110
111 bs = GNUNET_new (struct GNUNET_TESTING_BlockState); 111 bs = GNUNET_new (struct GNUNET_TESTING_BlockState);
112 bs->label = label; 112 bs->label = label;
113 bs->asynchronous_finish = GNUNET_NO; 113 return GNUNET_TESTING_command_new (bs,
114 return GNUNET_TESTING_command_new (bs, label, 114 label,
115 &block_until_all_peers_started_run, 115 &block_until_all_peers_started_run,
116 &block_until_all_peers_started_cleanup, 116 &block_until_all_peers_started_cleanup,
117 &block_until_external_trigger_traits, 117 &block_until_external_trigger_traits,