Fix code formatting
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
dfb5da2a99
commit
c466ec2e73
1 changed files with 2 additions and 2 deletions
|
@ -233,8 +233,8 @@ int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *, const char *, ...
|
||||||
*/
|
*/
|
||||||
static void platform_setbuf_uninit( FILE *stream, char *buf )
|
static void platform_setbuf_uninit( FILE *stream, char *buf )
|
||||||
{
|
{
|
||||||
(( void ) stream);
|
((void) stream);
|
||||||
(( void ) buf);
|
((void) buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MBEDTLS_PLATFORM_STD_SETBUF platform_setbuf_uninit
|
#define MBEDTLS_PLATFORM_STD_SETBUF platform_setbuf_uninit
|
||||||
|
|
Loading…
Reference in a new issue