mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Adjust spacing in tests/suites function sources
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
committed by
Minos Galanakis
parent
b1e33fb707
commit
31b1cb8601
@@ -2,8 +2,8 @@
|
||||
#include "mbedtls/dhm.h"
|
||||
|
||||
static int check_get_value(const mbedtls_dhm_context *ctx,
|
||||
mbedtls_dhm_parameter param,
|
||||
const mbedtls_mpi *expected)
|
||||
mbedtls_dhm_parameter param,
|
||||
const mbedtls_mpi *expected)
|
||||
{
|
||||
mbedtls_mpi actual;
|
||||
int ok = 0;
|
||||
|
Reference in New Issue
Block a user