aboutsummaryrefslogtreecommitdiff
path: root/src/util/bandwidth.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-03 11:34:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-08-03 11:34:36 +0000
commite71c17ad3aebd7a8f444a08744288dec1415980c (patch)
tree51e7f3781f95e9afd22ba49e15b730f8f711464a /src/util/bandwidth.c
parent1e7bd3002f10aef6bd760e7caf13fb22a5f06345 (diff)
downloadgnunet-e71c17ad3aebd7a8f444a08744288dec1415980c.tar.gz
gnunet-e71c17ad3aebd7a8f444a08744288dec1415980c.zip
-improve indentation, reduce duplication of PIDs in core's neighbour map
Diffstat (limited to 'src/util/bandwidth.c')
-rw-r--r--src/util/bandwidth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/bandwidth.c b/src/util/bandwidth.c
index 4afaf4e4b..0270c85f2 100644
--- a/src/util/bandwidth.c
+++ b/src/util/bandwidth.c
@@ -216,7 +216,7 @@ update_excess (struct GNUNET_BANDWIDTH_Tracker *av)
216 * bytes). 216 * bytes).
217 * 217 *
218 * To stop notifications about updates and excess callbacks use 218 * To stop notifications about updates and excess callbacks use
219 * #GNUNET_BANDWIDTH_tracker_notification_stop 219 * #GNUNET_BANDWIDTH_tracker_notification_stop().
220 * 220 *
221 * @param av tracker to initialize 221 * @param av tracker to initialize
222 * @param update_cb callback to notify a client about the tracker being updated 222 * @param update_cb callback to notify a client about the tracker being updated