diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:55:28 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:55:28 +0000 |
commit | 61c39c60565b386e0e12ea669556b030e8cd7180 (patch) | |
tree | 59109aeab8297bdc996faca8c4e38ec7426c36cf /src/topology/gnunet-daemon-topology.c | |
parent | 780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff) |
-remove trailing whitespace
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r-- | src/topology/gnunet-daemon-topology.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index 5b59995a9f..761986d68a 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -61,7 +61,7 @@ /** * For how long do we blacklist anyone under any cirumstances at most after a failed connection - * attempt? This is the absolute maximum, regardless of what the calculation based on + * attempt? This is the absolute maximum, regardless of what the calculation based on * exponential back-off returns. */ #define GREYLIST_AFTER_ATTEMPT_MAX GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 1) @@ -981,7 +981,7 @@ process_peer (void *cls, const struct GNUNET_PeerIdentity *peer, * @param my_id ID of this peer, NULL if we failed */ static void -core_init (void *cls, +core_init (void *cls, const struct GNUNET_PeerIdentity *my_id) { if (NULL == my_id) @@ -993,10 +993,10 @@ core_init (void *cls, return; } my_identity = *my_id; - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "I am peer `%s'\n", + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "I am peer `%s'\n", GNUNET_i2s (my_id)); - peerinfo_notify = GNUNET_PEERINFO_notify (cfg, GNUNET_NO, + peerinfo_notify = GNUNET_PEERINFO_notify (cfg, GNUNET_NO, &process_peer, NULL); } |