aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-29 20:47:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-29 20:47:18 +0000
commit71ea5bd2d05058008e604ffd42993be9c7250e04 (patch)
treea5074671ddfaa9d1621a4182fc95a91a98b3d536 /src/transport/transport-testing.h
parentb335777fd435142c16eb05e86c8a64a4b1a45447 (diff)
downloadgnunet-71ea5bd2d05058008e604ffd42993be9c7250e04.tar.gz
gnunet-71ea5bd2d05058008e604ffd42993be9c7250e04.zip
-fixing indentation
Diffstat (limited to 'src/transport/transport-testing.h')
-rw-r--r--src/transport/transport-testing.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index 883c68837..c77d79381 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -169,11 +169,11 @@ GNUNET_TRANSPORT_TESTING_stop_peer (struct GNUNET_TRANSPORT_TESTING_handle *tth,
169* @return GNUNET_OK in success otherwise GNUNET_SYSERR 169* @return GNUNET_OK in success otherwise GNUNET_SYSERR
170*/ 170*/
171int 171int
172GNUNET_TRANSPORT_TESTING_restart_peer (struct GNUNET_TRANSPORT_TESTING_handle *tth, 172GNUNET_TRANSPORT_TESTING_restart_peer (struct GNUNET_TRANSPORT_TESTING_handle
173 struct PeerContext *p, 173 *tth, struct PeerContext *p,
174 const char *cfgname, 174 const char *cfgname,
175 GNUNET_TRANSPORT_TESTING_start_cb start_cb, 175 GNUNET_TRANSPORT_TESTING_start_cb
176 void *cb_cls); 176 start_cb, void *cb_cls);
177 177
178/** 178/**
179 * Connect the given peers and call the callback when both peers report the 179 * Connect the given peers and call the callback when both peers report the