aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-25 21:11:07 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-25 21:11:07 +0000
commite42d7009eba71665bd5fb6b0c1decd9a0cddcb0e (patch)
treee335f0bd47b9347376e216b97fc8bb8416f996bf /src/transport/gnunet-service-transport_neighbours.c
parente01037e54bc0a7b4134b38be25e2eb5985c6ac81 (diff)
downloadgnunet-e42d7009eba71665bd5fb6b0c1decd9a0cddcb0e.tar.gz
gnunet-e42d7009eba71665bd5fb6b0c1decd9a0cddcb0e.zip
-indentation
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index c7459680f..e13bca139 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -800,11 +800,11 @@ set_alternative_address (struct NeighbourMapEntry *n,
800 */ 800 */
801static void 801static void
802set_primary_address (struct NeighbourMapEntry *n, 802set_primary_address (struct NeighbourMapEntry *n,
803 const struct GNUNET_HELLO_Address *address, 803 const struct GNUNET_HELLO_Address *address,
804 struct Session *session, 804 struct Session *session,
805 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, 805 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
806 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 806 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
807 int is_active) 807 int is_active)
808{ 808{
809 struct GNUNET_TRANSPORT_PluginFunctions *papi; 809 struct GNUNET_TRANSPORT_PluginFunctions *papi;
810 810