Skip to content

Commit

Permalink
xtest: asym_perf: fix indentation issues
Browse files Browse the repository at this point in the history
Fix a minor indentation issue in asym_test.c.

Fixes: bcd5583 ("xtest: add asymmetric cipher perf test")
Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Feb 12, 2024
1 parent 88db140 commit cafd343
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions host/xtest/asym_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,10 @@ static uint32_t get_curve_id(uint32_t width_bits)
}

static int asym_perf_run_test(int mode, size_t size, uint32_t n,
uint32_t l, int is_random, uint32_t warmup,
uint32_t verbosity, uint32_t width_bits,
uint32_t main_algo, uint32_t salt_len,
uint32_t algo)
uint32_t l, int is_random, uint32_t warmup,
uint32_t verbosity, uint32_t width_bits,
uint32_t main_algo, uint32_t salt_len,
uint32_t algo)
{
TEEC_Operation op = TEEC_OPERATION_INITIALIZER;
uint32_t cmd = TA_CRYPTO_PERF_CMD_ASYM_PROCESS;
Expand Down

0 comments on commit cafd343

Please sign in to comment.