mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix code styling for return statements
This commit is contained in:
@ -1702,7 +1702,7 @@ const int *ssl_list_ciphersuites( void )
|
||||
supported_init = 1;
|
||||
}
|
||||
|
||||
return supported_ciphersuites;
|
||||
return( supported_ciphersuites );
|
||||
};
|
||||
|
||||
const ssl_ciphersuite_t *ssl_ciphersuite_from_string(
|
||||
|
Reference in New Issue
Block a user