commit | 449bd8303eed8164b83682d2ce028dca0e49b1fa | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Jan 11 14:50:10 2023 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Jan 11 14:50:10 2023 +0100 |
tree | b4bc28a9304c52130ac13428ee9a147c227072de | |
parent | fd13a0f85195cc5cf7e0d650713935b88a28ac52 [diff] [blame] |
Switch to the new code style Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/include/alt-dummy/threading_alt.h b/tests/include/alt-dummy/threading_alt.h index ff2fed5..4003506 100644 --- a/tests/include/alt-dummy/threading_alt.h +++ b/tests/include/alt-dummy/threading_alt.h
@@ -19,8 +19,7 @@ #ifndef THREADING_ALT_H #define THREADING_ALT_H -typedef struct mbedtls_threading_mutex_t -{ +typedef struct mbedtls_threading_mutex_t { int dummy; } mbedtls_threading_mutex_t;