mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
This commit is contained in:
@@ -539,7 +539,7 @@ static void buffer_alloc_free_mutexed( void *ptr )
|
||||
buffer_alloc_free( ptr );
|
||||
polarssl_mutex_unlock( &heap.mutex );
|
||||
}
|
||||
#endif
|
||||
#endif /* POLARSSL_THREADING_C */
|
||||
|
||||
int memory_buffer_alloc_init( unsigned char *buf, size_t len )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user