style fix: always put parens on macros

This commit is contained in:
Christian Grothoff 2018-10-13 19:13:15 +02:00
parent bf9e376c20
commit a381964293
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 */