aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/fs/gnunet-service-fs_cp.h
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.h')
-rw-r--r--src/fs/gnunet-service-fs_cp.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index 8923513c7..a2cc5232c 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -174,7 +174,7 @@ struct GSF_PeerTransmitHandle;
174struct GSF_ConnectedPeer * 174struct GSF_ConnectedPeer *
175GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer, 175GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer,
176 const struct GNUNET_ATS_Information *atsi, 176 const struct GNUNET_ATS_Information *atsi,
177 unsigned int atsi_count); 177 unsigned int atsi_count);
178 178
179 179
180/** 180/**
@@ -270,9 +270,8 @@ int
270GSF_handle_p2p_migration_stop_ (void *cls, 270GSF_handle_p2p_migration_stop_ (void *cls,
271 const struct GNUNET_PeerIdentity *other, 271 const struct GNUNET_PeerIdentity *other,
272 const struct GNUNET_MessageHeader *message, 272 const struct GNUNET_MessageHeader *message,
273 const struct GNUNET_ATS_Information 273 const struct GNUNET_ATS_Information *atsi,
274 *atsi, 274 unsigned int atsi_count);
275 unsigned int atsi_count);
276 275
277 276
278/** 277/**