comment style fix
This commit is contained in:
parent
e267cb985b
commit
f262d8abde
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user