aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
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/peerinfo
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/peerinfo_api.c6
-rw-r--r--src/peerinfo/peerinfo_api_notify.c6
2 files changed, 8 insertions, 4 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index 4febf2eeb..d1af01405 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -188,7 +188,8 @@ GNUNET_PEERINFO_disconnect (struct GNUNET_PEERINFO_Handle *h)
188 * 188 *
189 * @param h handle to the service 189 * @param h handle to the service
190 */ 190 */
191static void trigger_transmit (struct GNUNET_PEERINFO_Handle *h); 191static void
192trigger_transmit (struct GNUNET_PEERINFO_Handle *h);
192 193
193 194
194/** 195/**
@@ -196,7 +197,8 @@ static void trigger_transmit (struct GNUNET_PEERINFO_Handle *h);
196 * 197 *
197 * @param h handle to the service 198 * @param h handle to the service
198 */ 199 */
199static void reconnect (struct GNUNET_PEERINFO_Handle *h); 200static void
201reconnect (struct GNUNET_PEERINFO_Handle *h);
200 202
201/** 203/**
202 * Task scheduled to re-try connecting to the peerinfo service. 204 * Task scheduled to re-try connecting to the peerinfo service.
diff --git a/src/peerinfo/peerinfo_api_notify.c b/src/peerinfo/peerinfo_api_notify.c
index 4ec7b2192..9c75b1828 100644
--- a/src/peerinfo/peerinfo_api_notify.c
+++ b/src/peerinfo/peerinfo_api_notify.c
@@ -76,7 +76,8 @@ struct GNUNET_PEERINFO_NotifyContext
76 * 76 *
77 * @param nc our context 77 * @param nc our context
78 */ 78 */
79static void request_notifications (struct GNUNET_PEERINFO_NotifyContext *nc); 79static void
80request_notifications (struct GNUNET_PEERINFO_NotifyContext *nc);
80 81
81 82
82/** 83/**
@@ -85,7 +86,8 @@ static void request_notifications (struct GNUNET_PEERINFO_NotifyContext *nc);
85 * 86 *
86 * @param nc our context 87 * @param nc our context
87 */ 88 */
88static void receive_notifications (struct GNUNET_PEERINFO_NotifyContext *nc); 89static void
90receive_notifications (struct GNUNET_PEERINFO_NotifyContext *nc);
89 91
90 92
91/** 93/**