summaryrefslogtreecommitdiff
path: root/tests/vb20_verify_fw.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vb20_verify_fw.c')
-rw-r--r--tests/vb20_verify_fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vb20_verify_fw.c b/tests/vb20_verify_fw.c
index 52d24489..e7058054 100644
--- a/tests/vb20_verify_fw.c
+++ b/tests/vb20_verify_fw.c
@@ -145,7 +145,7 @@ static void print_help(const char *progname)
int main(int argc, char *argv[])
{
- uint8_t workbuf[16384] __attribute__ ((aligned (VB2_WORKBUF_ALIGN)));
+ uint8_t workbuf[16384] __attribute__((aligned(VB2_WORKBUF_ALIGN)));
struct vb2_context *ctx;
struct vb2_shared_data *sd;
vb2_error_t rv;