style fix: always put parens on macros
This commit is contained in:
parent
bf9e376c20
commit
a381964293
@ -1190,7 +1190,7 @@ refresh_reveal_traits (void *cls,
|
|||||||
{
|
{
|
||||||
struct RefreshRevealState *rrs = cls;
|
struct RefreshRevealState *rrs = cls;
|
||||||
unsigned int num_coins = rrs->num_fresh_coins;
|
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];
|
struct TALER_TESTING_Trait traits[NUM_TRAITS];
|
||||||
|
|
||||||
/* Making coin privs traits */
|
/* Making coin privs traits */
|
||||||
|
Loading…
Reference in New Issue
Block a user