mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 11:54:02 +00:00
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 )
|
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…
x
Reference in New Issue
Block a user