indenting
authorChristian Grothoff <christian@grothoff.org>
Mon, 14 Jun 2010 19:18:24 +0000 (19:18 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 14 Jun 2010 19:18:24 +0000 (19:18 +0000)
src/include/gnunet_testing_lib.h

index 8c227eb39f0bfee83a5933110fe662ec5cdb45a4..74addb443991be0e8e15ca812b40f597ca46d5f6 100644 (file)
@@ -424,7 +424,8 @@ GNUNET_TESTING_daemon_start_stopped (struct GNUNET_TESTING_Daemon *daemon,
  * @param position the number of the peer to return
  */
 struct GNUNET_TESTING_Daemon *
-GNUNET_TESTING_daemon_get (struct GNUNET_TESTING_PeerGroup *pg, unsigned int position);
+GNUNET_TESTING_daemon_get (struct GNUNET_TESTING_PeerGroup *pg, 
+                          unsigned int position);
 
 
 /**