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