aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-25 22:39:09 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-25 22:39:09 +0000
commita6d5893f9680dea995b1172f601adc27b2039b75 (patch)
treee8bb63eb153c9b9fe2dc2e24bbbcf398376de6c0 /src/fs/gnunet-service-fs_cp.c
parentfe1d7543e21cbfae18448c7d15c49ccb2bf8e880 (diff)
-fix indentation, fix bug that caused us to try to merge requests twice
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 7e5ffb45e0..67338b6ec1 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -658,8 +658,10 @@ GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer,
cp->creation_cb = creation_cb;
cp->creation_cb_cls = creation_cb_cls;
cp->respect_iterate_req =
- GNUNET_PEERSTORE_iterate (peerstore, "fs", peer, "respect",
- GNUNET_TIME_UNIT_FOREVER_REL, &peer_respect_cb,
+ GNUNET_PEERSTORE_iterate (peerstore, "fs",
+ peer, "respect",
+ GNUNET_TIME_UNIT_FOREVER_REL,
+ &peer_respect_cb,
cp);
}