mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Switch to the new code style
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@@ -36,9 +36,9 @@ int main()
|
||||
/* This version string is 18 bytes long, as advised by version.h. */
|
||||
char version[18];
|
||||
|
||||
mbedtls_version_get_string_full( version );
|
||||
mbedtls_version_get_string_full(version);
|
||||
|
||||
mbedtls_printf( "Built against %s\n", version );
|
||||
mbedtls_printf("Built against %s\n", version);
|
||||
|
||||
return( 0 );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user