comment style fix

This commit is contained in:
Christian Grothoff 2020-03-27 16:46:13 +01:00
parent e267cb985b
commit f262d8abde
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -290,9 +290,10 @@ deposit_run (void *cls,
ds->is = is; ds->is = is;
if (NULL != ds->deposit_reference) if (NULL != ds->deposit_reference)
{ {
// We're copying another deposit operation, initialize here. /* We're copying another deposit operation, initialize here. */
const struct TALER_TESTING_Command *cmd; const struct TALER_TESTING_Command *cmd;
struct DepositState *ods; struct DepositState *ods;
cmd = TALER_TESTING_interpreter_lookup_command cmd = TALER_TESTING_interpreter_lookup_command
(is, (is,
ds->deposit_reference); ds->deposit_reference);