gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 04/07: style fix: always put parens on mac


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 04/07: style fix: always put parens on macros
Date: Sat, 13 Oct 2018 19:46:02 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit a381964293a16dbe2742dcd15e1b9dbca6009de8
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 13 19:13:15 2018 +0200

    style fix: always put parens on macros
---
 src/exchange-lib/testing_api_cmd_refresh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-lib/testing_api_cmd_refresh.c 
b/src/exchange-lib/testing_api_cmd_refresh.c
index 43c42a17..982b4d29 100644
--- a/src/exchange-lib/testing_api_cmd_refresh.c
+++ b/src/exchange-lib/testing_api_cmd_refresh.c
@@ -1190,7 +1190,7 @@ refresh_reveal_traits (void *cls,
 {
   struct RefreshRevealState *rrs = cls;
   unsigned int num_coins = rrs->num_fresh_coins;
-#define NUM_TRAITS (num_coins * 3) + 3
+#define NUM_TRAITS ((num_coins * 3) + 3)
   struct TALER_TESTING_Trait traits[NUM_TRAITS];
 
   /* Making coin privs traits */

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



reply via email to

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