From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/asm/elf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/arch/x86_64/asm/elf.h') diff --git a/include/arch/x86_64/asm/elf.h b/include/arch/x86_64/asm/elf.h index 3353eeb0..6bf01641 100644 --- a/include/arch/x86_64/asm/elf.h +++ b/include/arch/x86_64/asm/elf.h @@ -11,7 +11,6 @@ struct x86_xfeat_component { __u32 flags; } __attribute__((packed)); -_Static_assert(sizeof(struct x86_xfeat_component) % 4 == 0, - "x86_xfeat_component is not aligned"); +_Static_assert(sizeof(struct x86_xfeat_component) % 4 == 0, "x86_xfeat_component is not aligned"); #endif /* _ASM_X86_ELF_H */ -- cgit v1.2.3