Fix code formatting

Signed-off-by: Paul Elliott <[email protected]>
This commit is contained in:
Paul Elliott
2022-07-01 16:43:25 +01:00
parent dfb5da2a99
commit c466ec2e73
+2 -2
View File
@@ -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