aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-25 21:07:24 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-25 21:07:24 +0000
commitee266d0bd0b96c67ac1c7f76fff41980bb181e64 (patch)
tree83ecfde601054fe58e1748653ef0d05d9833b48f /src/transport/gnunet-service-transport_neighbours.c
parentcc1a0361b423f92a18115785c13893e04bf6799a (diff)
downloadgnunet-ee266d0bd0b96c67ac1c7f76fff41980bb181e64.tar.gz
gnunet-ee266d0bd0b96c67ac1c7f76fff41980bb181e64.zip
-indentation plugin_transport_udp.c
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