commit 4e06f04a6ef89c4e2aa63eaaf6ed546bc4f49a42
parent 8b43d13e84c7197b42aa3c627fbf5a50ed058c27
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 1 Feb 2026 19:34:00 +0100
-fix indentation
Diffstat:
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/testing/testing_api_cmd_issue_receipts.c b/src/testing/testing_api_cmd_issue_receipts.c
@@ -358,10 +358,12 @@ status_run (void *cls,
ss->
charity_reference);
- if (GNUNET_OK !=
- TALER_TESTING_get_trait_charity_id (charity_post_cmd, &charity_id) ||
- GNUNET_OK != TALER_TESTING_get_trait_charity_priv (charity_post_cmd,
- &charity_priv))
+ if ( (GNUNET_OK !=
+ TALER_TESTING_get_trait_charity_id (charity_post_cmd,
+ &charity_id) ) ||
+ (GNUNET_OK !=
+ TALER_TESTING_get_trait_charity_priv (charity_post_cmd,
+ &charity_priv)) )
{
GNUNET_break (0);
TALER_TESTING_interpreter_fail (is);