summaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api_keys_cherry_picking.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-29 01:58:38 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-29 01:58:38 +0100
commit89a4f5bba62ea8058a0c2e77460a507d6b2a9acf (patch)
treebc2fda3de7c4dbd9ad1c8c96c5f8f1eed20eab49 /src/testing/test_exchange_api_keys_cherry_picking.c
parent937065ae9f57fca99e2f9af95e172f400edef8d6 (diff)
downloadexchange-89a4f5bba62ea8058a0c2e77460a507d6b2a9acf.tar.gz
exchange-89a4f5bba62ea8058a0c2e77460a507d6b2a9acf.tar.bz2
exchange-89a4f5bba62ea8058a0c2e77460a507d6b2a9acf.zip
fix indentation
Diffstat (limited to 'src/testing/test_exchange_api_keys_cherry_picking.c')
-rw-r--r--src/testing/test_exchange_api_keys_cherry_picking.c26
1 files changed, 11 insertions, 15 deletions
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",