aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/gnunet-service-reclaim.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/reclaim/gnunet-service-reclaim.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/reclaim/gnunet-service-reclaim.c')
-rw-r--r--src/reclaim/gnunet-service-reclaim.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/reclaim/gnunet-service-reclaim.c b/src/reclaim/gnunet-service-reclaim.c
index 440656343..a83ea05a6 100644
--- a/src/reclaim/gnunet-service-reclaim.c
+++ b/src/reclaim/gnunet-service-reclaim.c
@@ -712,7 +712,6 @@ handle_issue_ticket_message (void *cls, const struct IssueTicketMessage *im)
712} 712}
713 713
714 714
715
716/********************************************************** 715/**********************************************************
717* Revocation 716* Revocation
718**********************************************************/ 717**********************************************************/
@@ -880,6 +879,7 @@ handle_consume_ticket_message (void *cls, const struct ConsumeTicketMessage *cm)
880 GNUNET_SERVICE_client_continue (idp->client); 879 GNUNET_SERVICE_client_continue (idp->client);
881} 880}
882 881
882
883/***************************************** 883/*****************************************
884* Attribute store 884* Attribute store
885*****************************************/ 885*****************************************/
@@ -1355,6 +1355,7 @@ attr_iter_finished (void *cls)
1355 GNUNET_free (ai); 1355 GNUNET_free (ai);
1356} 1356}
1357 1357
1358
1358/** 1359/**
1359 * Error iterating over attributes. Abort. 1360 * Error iterating over attributes. Abort.
1360 * 1361 *
@@ -1512,6 +1513,7 @@ handle_iteration_next (void *cls,
1512 GNUNET_SERVICE_client_continue (idp->client); 1513 GNUNET_SERVICE_client_continue (idp->client);
1513} 1514}
1514 1515
1516
1515/****************************************************** 1517/******************************************************
1516* Ticket iteration 1518* Ticket iteration
1517******************************************************/ 1519******************************************************/