aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-14 19:18:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-14 19:18:24 +0000
commit9b9fca664ddf1a9c986f5ba5c06bf039b8ef1d77 (patch)
tree7ea015a767defdf80bd22f624b929268d1ad86a4 /src/include/gnunet_testing_lib.h
parentd5575b6b45496471ca71af4c39a62441797046be (diff)
downloadgnunet-9b9fca664ddf1a9c986f5ba5c06bf039b8ef1d77.tar.gz
gnunet-9b9fca664ddf1a9c986f5ba5c06bf039b8ef1d77.zip
indenting
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 8c227eb39..74addb443 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -424,7 +424,8 @@ GNUNET_TESTING_daemon_start_stopped (struct GNUNET_TESTING_Daemon *daemon,
424 * @param position the number of the peer to return 424 * @param position the number of the peer to return
425 */ 425 */
426struct GNUNET_TESTING_Daemon * 426struct GNUNET_TESTING_Daemon *
427GNUNET_TESTING_daemon_get (struct GNUNET_TESTING_PeerGroup *pg, unsigned int position); 427GNUNET_TESTING_daemon_get (struct GNUNET_TESTING_PeerGroup *pg,
428 unsigned int position);
428 429
429 430
430/** 431/**