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/linux/tc_act/tc_defact.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include/arch/x86_64/linux/tc_act/tc_defact.h') diff --git a/include/arch/x86_64/linux/tc_act/tc_defact.h b/include/arch/x86_64/linux/tc_act/tc_defact.h index e3ecd8bf..706c2889 100644 --- a/include/arch/x86_64/linux/tc_act/tc_defact.h +++ b/include/arch/x86_64/linux/tc_act/tc_defact.h @@ -8,14 +8,7 @@ struct tc_defact { tc_gen; }; -enum { - TCA_DEF_UNSPEC, - TCA_DEF_TM, - TCA_DEF_PARMS, - TCA_DEF_DATA, - TCA_DEF_PAD, - __TCA_DEF_MAX -}; +enum { TCA_DEF_UNSPEC, TCA_DEF_TM, TCA_DEF_PARMS, TCA_DEF_DATA, TCA_DEF_PAD, __TCA_DEF_MAX }; #define TCA_DEF_MAX (__TCA_DEF_MAX - 1) #endif -- cgit v1.2.3