aboutsummaryrefslogtreecommitdiff
path: root/src/util/peer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/util/peer.c
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/util/peer.c')
-rw-r--r--src/util/peer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/peer.c b/src/util/peer.c
index 62fa0e2f2..cd5444a19 100644
--- a/src/util/peer.c
+++ b/src/util/peer.c
@@ -181,8 +181,8 @@ GNUNET_PEER_decrement_rcs (const GNUNET_PEER_Id *ids, unsigned int count)
181 { 181 {
182 GNUNET_break (GNUNET_OK == 182 GNUNET_break (GNUNET_OK ==
183 GNUNET_CONTAINER_multihashmap_remove (map, 183 GNUNET_CONTAINER_multihashmap_remove (map,
184 &table[id].id. 184 &table[id].
185 hashPubKey, 185 id.hashPubKey,
186 (void *) (long) id)); 186 (void *) (long) id));
187 table[id].pid = free_list_start; 187 table[id].pid = free_list_start;
188 free_list_start = id; 188 free_list_start = id;
@@ -210,8 +210,8 @@ GNUNET_PEER_change_rc (GNUNET_PEER_Id id, int delta)
210 { 210 {
211 GNUNET_break (GNUNET_OK == 211 GNUNET_break (GNUNET_OK ==
212 GNUNET_CONTAINER_multihashmap_remove (map, 212 GNUNET_CONTAINER_multihashmap_remove (map,
213 &table[id].id. 213 &table[id].
214 hashPubKey, 214 id.hashPubKey,
215 (void *) (long) id)); 215 (void *) (long) id));
216 table[id].pid = free_list_start; 216 table[id].pid = free_list_start;
217 free_list_start = id; 217 free_list_start = id;