help crappy indenter

This commit is contained in:
Christian Grothoff 2020-01-17 19:35:37 +01:00
parent ae30ff9f7e
commit 0a3e9f724f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -232,7 +232,8 @@ parse_reserve_history (struct TALER_EXCHANGE_Handle *exchange,
isn't listed twice by the exchange. We use the isn't listed twice by the exchange. We use the
"uuid" array to remember the hashes of all "uuid" array to remember the hashes of all
purposes, and compare the hashes to find purposes, and compare the hashes to find
duplicates. */GNUNET_CRYPTO_hash (&withdraw_purpose, duplicates. *///
GNUNET_CRYPTO_hash (&withdraw_purpose,
ntohl (withdraw_purpose.purpose.size), ntohl (withdraw_purpose.purpose.size),
&uuid[uuid_off]); &uuid[uuid_off]);
for (unsigned int i = 0; i<uuid_off; i++) for (unsigned int i = 0; i<uuid_off; i++)