From c466ec2e73a8ce808f99fbee0411b8fb98a66e9c Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Fri, 1 Jul 2022 16:43:25 +0100 Subject: [PATCH] Fix code formatting Signed-off-by: Paul Elliott --- library/platform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/platform.c b/library/platform.c index f3a1f9847..6151e6c49 100644 --- a/library/platform.c +++ b/library/platform.c @@ -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