aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.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/core/test_core_quota_compliance.c
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 88ba2c0f2..41d156c6b 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -114,8 +114,8 @@ struct TestMessage
114 uint32_t num; 114 uint32_t num;
115}; 115};
116 116
117static void process_hello (void *cls, 117static void
118 const struct GNUNET_MessageHeader *message); 118process_hello (void *cls, const struct GNUNET_MessageHeader *message);
119 119
120static void 120static void
121terminate_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 121terminate_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -424,7 +424,8 @@ outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
424} 424}
425 425
426 426
427static size_t transmit_ready (void *cls, size_t size, void *buf); 427static size_t
428transmit_ready (void *cls, size_t size, void *buf);
428 429
429static int 430static int
430process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 431process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,