aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/transport/transport-testing.c
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/transport/transport-testing.c')
-rw-r--r--src/transport/transport-testing.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 62544584c..0c628a731 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -41,10 +41,10 @@ struct ConnectingContext
41 int p2_c; 41 int p2_c;
42}; 42};
43 43
44static void exchange_hello_last (void *cb_cls, 44static void
45 const struct GNUNET_MessageHeader *message); 45exchange_hello_last (void *cb_cls, const struct GNUNET_MessageHeader *message);
46static void exchange_hello (void *cb_cls, 46static void
47 const struct GNUNET_MessageHeader *message); 47exchange_hello (void *cb_cls, const struct GNUNET_MessageHeader *message);
48 48
49static void 49static void
50notify_connect_internal (void *cls, const struct GNUNET_PeerIdentity *peer, 50notify_connect_internal (void *cls, const struct GNUNET_PeerIdentity *peer,