aboutsummaryrefslogtreecommitdiff
path: root/src/util/peer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/util/peer.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/util/peer.c')
-rw-r--r--src/util/peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/peer.c b/src/util/peer.c
index 08062e364..fa376d333 100644
--- a/src/util/peer.c
+++ b/src/util/peer.c
@@ -144,7 +144,7 @@ GNUNET_PEER_intern (const struct GNUNET_PeerIdentity *pid)
144 table[ret]->rc = 1; 144 table[ret]->rc = 1;
145 table[ret]->pid = ret; 145 table[ret]->pid = ret;
146 GNUNET_break (GNUNET_OK == 146 GNUNET_break (GNUNET_OK ==
147 GNUNET_CONTAINER_multipeermap_put (map, 147 GNUNET_CONTAINER_multipeermap_put (map,
148 &table[ret]->id, 148 &table[ret]->id,
149 table[ret], 149 table[ret],
150 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY)); 150 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY));