mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Code cosmetics
This commit is contained in:
parent
8b7d7d6c0b
commit
7defc7759d
1 changed files with 6 additions and 5 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue