From 89a4f5bba62ea8058a0c2e77460a507d6b2a9acf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Mar 2020 01:58:38 +0100 Subject: fix indentation --- .../test_exchange_api_keys_cherry_picking.c | 26 +++++++++------------- 1 file changed, 11 insertions(+), 15 deletions(-) (limited to 'src/testing/test_exchange_api_keys_cherry_picking.c') diff --git a/src/testing/test_exchange_api_keys_cherry_picking.c b/src/testing/test_exchange_api_keys_cherry_picking.c index 69d7e80c6..ed11bd5ed 100644 --- a/src/testing/test_exchange_api_keys_cherry_picking.c +++ b/src/testing/test_exchange_api_keys_cherry_picking.c @@ -163,19 +163,18 @@ run (void *cls, * current lookahead_sign == 60 seconds and the key's withdraw * duration is 80 seconds. */// - TALER_TESTING_cmd_exec_keyup_with_now - ("keyup-1", - CONFIG_FILE, - TTH_parse_time (JAN2030)), + TALER_TESTING_cmd_exec_keyup_with_now ("keyup-1", + CONFIG_FILE, + TTH_parse_time (JAN2030)), /** - * Should return 1 new key, + the original one. NOTE: the - * original DK will never be 'cancelled' as for the current - * libtalerexchange logic, so it must always be counted. - */TALER_TESTING_cmd_check_keys_with_now - ("check-keys-2", - 2, /* generation */ - 2, - TTH_parse_time (JAN2030)), + * Should return 1 new key, + the original one. NOTE: the + * original DK will never be 'cancelled' as for the current + * libtalerexchange logic, so it must always be counted. + */// + TALER_TESTING_cmd_check_keys_with_now ("check-keys-2", + 2, /* generation */ + 2, + TTH_parse_time (JAN2030)), TALER_TESTING_cmd_exec_keyup_with_now ("keyup-3", CONFIG_FILE_EXTENDED_2, @@ -184,7 +183,6 @@ run (void *cls, * overridden. */ ADDSECS (TTH_parse_time (JAN2030), 10)), - /** * Expected number of DK: * @@ -205,11 +203,9 @@ run (void *cls, 3 /* generation */, NDKS_RIGHT_BEFORE_SERIALIZATION, TTH_parse_time (JAN2030)), - TALER_TESTING_cmd_end () }; struct TALER_TESTING_Command commands[] = { - TALER_TESTING_cmd_batch ("ordinary-cherry-pick", ordinary_cherry_pick), TALER_TESTING_cmd_batch ("keys-serialization", -- cgit v1.2.3