From 8bab004ac3e562f24c4167b59dde287abd6496d4 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 9 Aug 2018 16:10:56 +0200 Subject: syntax --- src/reclaim/gnunet-reclaim.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/reclaim/gnunet-reclaim.c b/src/reclaim/gnunet-reclaim.c index 02138cfff..5aec0cb9a 100644 --- a/src/reclaim/gnunet-reclaim.c +++ b/src/reclaim/gnunet-reclaim.c @@ -312,7 +312,9 @@ iter_finished (void *cls) claim->type = type; claim->data = data; claim->data_size = data_size; - } else { + } + else + { claim = GNUNET_RECLAIM_ATTRIBUTE_claim_new (attr_name, type, data, @@ -371,7 +373,9 @@ iter_cb (void *cls, break; } GNUNET_free (attrs_tmp); - } else if (list) { + } + else if (list) + { attr_str = GNUNET_RECLAIM_ATTRIBUTE_value_to_string (attr->type, attr->data, attr->data_size); -- cgit v1.2.3