gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated (3fa209c -> 80ae19f)


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated (3fa209c -> 80ae19f)
Date: Wed, 12 Jul 2017 09:12:53 +0200

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

marcello pushed a change to branch master
in repository merchant.

    from 3fa209c  removing dead code
     new 35d6bda  fix Vim indent madness
     new 80ae19f  still on Vim madness: functions parameters messed up

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/lib/test_merchant_api.c | 46 ++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index b9aefc4..3add52b 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -726,7 +726,7 @@ static struct GNUNET_DISK_PipeHandle *sigpipe;
  */
 struct GNUNET_CRYPTO_EddsaPrivateKey *
 get_instance_priv (struct GNUNET_CONFIGURATION_Handle *config,
-               const char *instance)
+                   const char *instance)
 {
   char *config_section;
   char *filename;
@@ -778,7 +778,7 @@ fail (struct InterpreterState *is)
  */
 static const struct Command *
 find_command (const struct InterpreterState *is,
-          const char *label)
+              const char *label)
 {
   unsigned int i;
   const struct Command *cmd;
@@ -835,9 +835,9 @@ next_command (struct InterpreterState *is)
  */
 static void
 add_incoming_cb (void *cls,
-             unsigned int http_status,
+                 unsigned int http_status,
                 enum TALER_ErrorCode ec,
-             const json_t *full_response)
+                 const json_t *full_response)
 {
   struct InterpreterState *is = cls;
   struct Command *cmd = &is->commands[is->ip];
@@ -865,9 +865,9 @@ add_incoming_cb (void *cls,
  */
 static void
 history_cb (void *cls,
-        unsigned int http_status,
+            unsigned int http_status,
            enum TALER_ErrorCode ec,
-        const json_t *json)
+            const json_t *json)
 {
   struct InterpreterState *is = cls;
   struct Command *cmd = &is->commands[is->ip];
@@ -903,7 +903,7 @@ history_cb (void *cls,
  */
 static int
 compare_admin_add_incoming_history (const struct TALER_EXCHANGE_ReserveHistory 
*h,
-                                const struct Command *cmd)
+                                    const struct Command *cmd)
 {
   struct TALER_Amount amount;
 
@@ -935,7 +935,7 @@ compare_admin_add_incoming_history (const struct 
TALER_EXCHANGE_ReserveHistory *
  */
 static int
 compare_reserve_withdraw_history (const struct TALER_EXCHANGE_ReserveHistory 
*h,
-                              const struct Command *cmd)
+                                  const struct Command *cmd)
 {
   struct TALER_Amount amount;
   struct TALER_Amount amount_with_fee;
@@ -1089,10 +1089,10 @@ reserve_status_cb (void *cls,
  */
 static void
 reserve_withdraw_cb (void *cls,
-                 unsigned int http_status,
+                     unsigned int http_status,
                     enum TALER_ErrorCode ec,
-                 const struct TALER_DenominationSignature *sig,
-                 const json_t *full_response)
+                     const struct TALER_DenominationSignature *sig,
+                     const json_t *full_response)
 {
   struct InterpreterState *is = cls;
   struct Command *cmd = &is->commands[is->ip];
@@ -1150,12 +1150,12 @@ reserve_withdraw_cb (void *cls,
  */
 static void
 proposal_cb (void *cls,
-         unsigned int http_status,
+             unsigned int http_status,
             enum TALER_ErrorCode ec,
-         const json_t *obj,
-         const json_t *contract_terms,
-         const struct TALER_MerchantSignatureP *sig,
-         const struct GNUNET_HashCode *hash)
+             const json_t *obj,
+             const json_t *contract_terms,
+             const struct TALER_MerchantSignatureP *sig,
+             const struct GNUNET_HashCode *hash)
 {
   struct InterpreterState *is = cls;
   struct Command *cmd = &is->commands[is->ip];
@@ -1195,9 +1195,9 @@ proposal_cb (void *cls,
  */
 static void
 refund_increase_cb (void *cls,
-                unsigned int http_status,
-                enum TALER_ErrorCode ec,
-                const json_t *obj)
+                    unsigned int http_status,
+                    enum TALER_ErrorCode ec,
+                    const json_t *obj)
 {
   struct InterpreterState *is = cls;
   struct Command *cmd = &is->commands[is->ip];
@@ -1227,8 +1227,8 @@ refund_increase_cb (void *cls,
  */
 static int
 hashmap_free (void *cls,
-          const struct GNUNET_HashCode *key,
-          void *value)
+              const struct GNUNET_HashCode *key,
+              void *value)
 {
   struct TALER_Amount *refund_amount = value;
 
@@ -2488,7 +2488,7 @@ do_shutdown (void *cls)
  */
 static void
 cert_cb (void *cls,
-     const struct TALER_EXCHANGE_Keys *keys,
+         const struct TALER_EXCHANGE_Keys *keys,
         enum TALER_EXCHANGE_VersionCompatibility vc)
 {
   struct InterpreterState *is = cls;
@@ -2826,7 +2826,7 @@ run (void *cls)
  */
 int
 main (int argc,
-  char * const *argv)
+      char * const *argv)
 {
   char *_instances;
   char *token;

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



reply via email to

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