Code cosmetics

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-05 11:42:42 +01:00
parent 8b7d7d6c0b
commit 7defc7759d

View file

@ -121,7 +121,8 @@ do { \
CODE; \
} \
\
polarssl_printf( "%9lu Kb/s, %9lu cycles/byte\n", i * BUFSIZE / 1024, \
polarssl_printf( "%9lu Kb/s, %9lu cycles/byte\n", \
i * BUFSIZE / 1024, \
( hardclock() - tsc ) / ( j * BUFSIZE ) ); \
} while( 0 )