summaryrefslogtreecommitdiff
path: root/tests/vb21_common2_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vb21_common2_tests.c')
-rw-r--r--tests/vb21_common2_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vb21_common2_tests.c b/tests/vb21_common2_tests.c
index 448d3372..b98b1ac8 100644
--- a/tests/vb21_common2_tests.c
+++ b/tests/vb21_common2_tests.c
@@ -170,7 +170,7 @@ static void test_verify_data(const struct vb2_public_key *pubk_orig,
const struct vb21_signature *sig)
{
uint8_t workbuf[VB2_VERIFY_DATA_WORKBUF_BYTES]
- __attribute__ ((aligned (VB2_WORKBUF_ALIGN)));
+ __attribute__((aligned(VB2_WORKBUF_ALIGN)));
struct vb2_workbuf wb;
struct vb2_public_key pubk;