gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix doxygen


From: gnunet
Subject: [taler-merchant] branch master updated: -fix doxygen
Date: Sat, 03 Jun 2023 12:57:47 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 1d8a5e43 -fix doxygen
1d8a5e43 is described below

commit 1d8a5e4336304246141e17f4e49e58762348fbd5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jun 3 12:57:44 2023 +0200

    -fix doxygen
---
 src/testing/testing_api_cmd_post_account.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/testing/testing_api_cmd_post_account.c 
b/src/testing/testing_api_cmd_post_account.c
index ee2af729..a135f8e7 100644
--- a/src/testing/testing_api_cmd_post_account.c
+++ b/src/testing/testing_api_cmd_post_account.c
@@ -66,11 +66,11 @@ struct PostAccountState
  * Callback for a POST /account operation.
  *
  * @param cls closure for this function
- * @param hr response being processed
+ * @param apr response being processed
  */
 static void
 post_account_cb (void *cls,
-                  const struct TALER_MERCHANT_AccountPostResponse *apr)
+                 const struct TALER_MERCHANT_AccountPostResponse *apr)
 {
   struct PostAccountState *pas = cls;
 
@@ -117,8 +117,8 @@ post_account_cb (void *cls,
  */
 static void
 post_account_run (void *cls,
-                   const struct TALER_TESTING_Command *cmd,
-                   struct TALER_TESTING_Interpreter *is)
+                  const struct TALER_TESTING_Command *cmd,
+                  struct TALER_TESTING_Interpreter *is)
 {
   struct PostAccountState *pas = cls;
 
@@ -144,9 +144,9 @@ post_account_run (void *cls,
  */
 static enum GNUNET_GenericReturnValue
 post_account_traits (void *cls,
-                      const void **ret,
-                      const char *trait,
-                      unsigned int index)
+                     const void **ret,
+                     const char *trait,
+                     unsigned int index)
 {
   /* struct PostAccountState *pps = cls; */
   struct TALER_TESTING_Trait traits[] = {
@@ -169,7 +169,7 @@ post_account_traits (void *cls,
  */
 static void
 post_account_cleanup (void *cls,
-                       const struct TALER_TESTING_Command *cmd)
+                      const struct TALER_TESTING_Command *cmd)
 {
   struct PostAccountState *pas = cls;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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