summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:42:08 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:42:08 +0200
commitb46fe9aa21d0bd3624284be00f72f1de0d510b67 (patch)
tree368b65ff113b8ead3572adb816fb716317611179 /src/lib
parent52bbfe926be03f66d57d15743e9914bc4e201c8c (diff)
downloadexchange-b46fe9aa21d0bd3624284be00f72f1de0d510b67.tar.gz
exchange-b46fe9aa21d0bd3624284be00f72f1de0d510b67.tar.bz2
exchange-b46fe9aa21d0bd3624284be00f72f1de0d510b67.zip
reindenting with uncrustify
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_handle.c4
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)