diff options
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_withdraw.c')
-rw-r--r-- | src/exchange-lib/testing_api_cmd_withdraw.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/exchange-lib/testing_api_cmd_withdraw.c b/src/exchange-lib/testing_api_cmd_withdraw.c index 50cc45ed..90a15b80 100644 --- a/src/exchange-lib/testing_api_cmd_withdraw.c +++ b/src/exchange-lib/testing_api_cmd_withdraw.c @@ -97,19 +97,19 @@ struct WithdrawState * How long do we wait until we retry? */ struct GNUNET_TIME_Relative backoff; - + /** * Expected HTTP response code to the request. */ unsigned int expected_response_code; /** - * Was this command modified via - * #TALER_TESTING_cmd_withdraw_with_retry to + * Was this command modified via + * #TALER_TESTING_cmd_withdraw_with_retry to * enable retries? */ int do_retry; - + }; @@ -502,12 +502,12 @@ struct TALER_TESTING_Command TALER_TESTING_cmd_withdraw_with_retry (struct TALER_TESTING_Command cmd) { struct WithdrawState *ws; - + GNUNET_assert (&withdraw_run == cmd.run); ws = cmd.cls; ws->do_retry = GNUNET_YES; return cmd; } - + /* end of testing_api_cmd_withdraw.c */ |