1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster
2024-06-07 06:47:31 +02:00
committed by Minos Galanakis
parent 275b698ee7
commit 6a3573a1dd
2 changed files with 19 additions and 6 deletions

View File

@ -1,7 +1,11 @@
/* BEGIN_HEADER */
#include "common.h"
static void fill_arrays(unsigned char *a, unsigned char *b, unsigned char *r1, unsigned char *r2, size_t n)
static void fill_arrays(unsigned char *a,
unsigned char *b,
unsigned char *r1,
unsigned char *r2,
size_t n)
{
for (size_t i = 0; i < n; i++) {
a[i] = (unsigned char) i * 3;