From 92ea19ae091482484c84d7b09049f7dc74bf6f42 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Tue, 5 Nov 2019 18:36:42 +0800 Subject: vboot: align workbuf to VB2_WORKBUF_ALIGN Also standardize on position and spacing of __attribute__. BUG=b:124141368 TEST=make clean && make runtests BRANCH=none Change-Id: Ic61d6193c2413824837a51af98eb2dcd9ea4ab85 Signed-off-by: Joel Kitching Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1902843 Commit-Queue: Joel Kitching Tested-by: Joel Kitching Reviewed-by: Julius Werner --- tests/vb21_api_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vb21_api_tests.c') diff --git a/tests/vb21_api_tests.c b/tests/vb21_api_tests.c index 5daeddb4..21de87d3 100644 --- a/tests/vb21_api_tests.c +++ b/tests/vb21_api_tests.c @@ -21,7 +21,7 @@ /* Common context for tests */ static uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] - __attribute__ ((aligned (VB2_WORKBUF_ALIGN))); + __attribute__((aligned(VB2_WORKBUF_ALIGN))); static struct vb2_context *ctx; static struct vb2_shared_data *sd; -- cgit v1.2.1