summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-01 14:05:38 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-01 14:05:38 +0100
commitc11475c081afcd5ccc667451b9383510fd42cf1b (patch)
tree84d31489e362eef3efbca0d3c182b833e359488f /src
parentf4ce758d6827266de0fef72463576cc754634bef (diff)
downloadexchange-c11475c081afcd5ccc667451b9383510fd42cf1b.tar.gz
exchange-c11475c081afcd5ccc667451b9383510fd42cf1b.tar.bz2
exchange-c11475c081afcd5ccc667451b9383510fd42cf1b.zip
work around indentation bug of uncrustify
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
index 9795d61af..f2593672a 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -270,7 +270,8 @@ TEH_RESPONSE_compile_transaction_history (const struct
the denomination key's RSA signature over coin_pub, but as the
wallet should really already have this information (and cannot
check or do anything with it anyway if it doesn't), it seems
- strictly unnecessary. */if (0 !=
+ strictly unnecessary. *///
+ if (0 !=
json_array_append_new (history,
json_pack ("{s:s, s:o, s:o, s:o, s:o, s:o}",
"type", "OLD-COIN-RECOUP",
@@ -373,7 +374,8 @@ TEH_RESPONSE_compile_transaction_history (const struct
hash and the denomination key's RSA signature over coin_pub, but as
the wallet should really already have this information (and cannot
check or do anything with it anyway if it doesn't), it seems
- strictly unnecessary. */if (0 !=
+ strictly unnecessary. *///
+ if (0 !=
json_array_append_new (history,
json_pack ("{s:s, s:o, s:o, s:o, s:o, s:o}",
"type", "RECOUP-REFRESH",