summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 10:19:37 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 10:19:43 +0100
commitd96995ebfd224042fd7dd52db9c0f3a33f7d4930 (patch)
treedf28a5a8498e1c09966910b7ce8ff0b13c22e918
parent6edff51bf6044779a42bac7b964a08d44b45fe0b (diff)
downloadmerchant-d96995ebfd224042fd7dd52db9c0f3a33f7d4930.tar.gz
merchant-d96995ebfd224042fd7dd52db9c0f3a33f7d4930.tar.bz2
merchant-d96995ebfd224042fd7dd52db9c0f3a33f7d4930.zip
cleaner
-rw-r--r--src/backenddb/test_merchantdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index 1a569b1f..788ebe14 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -262,8 +262,8 @@ deposit_cb (void *cls,
const struct TALER_Amount *awire_fee,
const json_t *aexchange_proof)
{
- CHECK ((0 == GNUNET_memcmp (ah_contract_terms,
- &h_contract_terms)));
+ CHECK (0 == GNUNET_memcmp (ah_contract_terms,
+ &h_contract_terms));
CHECK (0 == GNUNET_memcmp (acoin_pub,
&coin_pub));
CHECK (0 == strcmp (aexchange_url,