Skip to content

Commit b41b8af

Browse files
author
Andres Amaya Garcia
committed
benchmark: minor style fix in macro
1 parent a536f29 commit b41b8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void ecp_clear_precomputed(mbedtls_ecp_group *grp)
208208
grp->T_size = 0;
209209
}
210210
#else
211-
#define ecp_clear_precomputed( g )
211+
#define ecp_clear_precomputed(g)
212212
#endif /* MBEDTLS_ECP_C */
213213

214214
static unsigned char buf[BUFSIZE];

0 commit comments

Comments
 (0)