summaryrefslogtreecommitdiff
path: root/tests/vb20_kernel_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vb20_kernel_tests.c')
-rw-r--r--tests/vb20_kernel_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vb20_kernel_tests.c b/tests/vb20_kernel_tests.c
index 5099cfd8..73cb3729 100644
--- a/tests/vb20_kernel_tests.c
+++ b/tests/vb20_kernel_tests.c
@@ -19,7 +19,7 @@
/* Common context for tests */
static uint8_t workbuf[VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE]
- __attribute__ ((aligned (VB2_WORKBUF_ALIGN)));
+ __attribute__((aligned(VB2_WORKBUF_ALIGN)));
static struct vb2_workbuf wb;
static struct vb2_context *ctx;
static struct vb2_shared_data *sd;