diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 19:35:37 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 19:35:37 +0100 | 
| commit | 0a3e9f724f57877f694db1c32d3372e40b48faf8 (patch) | |
| tree | 9a489d190fafbd7f20c7b493972b0e253086280c | |
| parent | ae30ff9f7ed754b74317a0aba11c3cab6de36abc (diff) | |
help crappy indenter
| -rw-r--r-- | src/lib/exchange_api_reserve.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/lib/exchange_api_reserve.c b/src/lib/exchange_api_reserve.c index f843f242..bb898b52 100644 --- a/src/lib/exchange_api_reserve.c +++ b/src/lib/exchange_api_reserve.c @@ -232,7 +232,8 @@ parse_reserve_history (struct TALER_EXCHANGE_Handle *exchange,           isn't listed twice by the exchange. We use the           "uuid" array to remember the hashes of all           purposes, and compare the hashes to find -         duplicates. */GNUNET_CRYPTO_hash (&withdraw_purpose, +         duplicates. */// +      GNUNET_CRYPTO_hash (&withdraw_purpose,                            ntohl (withdraw_purpose.purpose.size),                            &uuid[uuid_off]);        for (unsigned int i = 0; i<uuid_off; i++) | 
