diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-05 15:42:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-05 15:42:08 +0200 |
commit | b46fe9aa21d0bd3624284be00f72f1de0d510b67 (patch) | |
tree | 368b65ff113b8ead3572adb816fb716317611179 /src/lib/exchange_api_handle.c | |
parent | 52bbfe926be03f66d57d15743e9914bc4e201c8c (diff) |
reindenting with uncrustify
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r-- | src/lib/exchange_api_handle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index 461569a9c..db20f4381 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -519,7 +519,7 @@ parse_json_denomkey (struct TALER_EXCHANGE_DenomPublicKey *denom_key, sizeof (struct GNUNET_HashCode)); return GNUNET_OK; - EXITIF_exit: +EXITIF_exit: GNUNET_JSON_parse_free (spec); return GNUNET_SYSERR; } @@ -1061,7 +1061,7 @@ decode_keys_json (const json_t *resp_obj, &pub.eddsa_pub)); } return GNUNET_OK; - EXITIF_exit: +EXITIF_exit: *vc = TALER_EXCHANGE_VC_PROTOCOL_ERROR; if (NULL != hash_context) |