gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 03/03: fix indentation


From: gnunet
Subject: [taler-exchange] 03/03: fix indentation
Date: Sun, 29 Mar 2020 01:58:49 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 89a4f5bba62ea8058a0c2e77460a507d6b2a9acf
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 29 01:58:38 2020 +0100

    fix indentation
---
 .../test_exchange_api_keys_cherry_picking.c        | 26 +++++++++-------------
 1 file 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 69d7e80c..ed11bd5e 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",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]