From: Schanzenbach, Martin Date: Thu, 9 Aug 2018 14:10:56 +0000 (+0200) Subject: syntax X-Git-Tag: v0.11.0~322^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8bab004ac3e562f24c4167b59dde287abd6496d4;p=oweals%2Fgnunet.git syntax --- 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);