From 6604bc6131bf059bce458040ed6b93bcd37fb635 Mon Sep 17 00:00:00 2001 From: "Pablo M. Bermudo Garay" Date: Tue, 26 Jul 2016 18:45:23 +0200 Subject: include: xtables: fix struct definitions grepability Signed-off-by: Pablo M. Bermudo Garay Signed-off-by: Pablo Neira Ayuso --- include/xtables.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/xtables.h b/include/xtables.h index 9701612a..73ab8256 100644 --- a/include/xtables.h +++ b/include/xtables.h @@ -220,8 +220,7 @@ struct xt_xlate_tg_params { }; /* Include file for additions: new matches and targets. */ -struct xtables_match -{ +struct xtables_match { /* * ABI/API version this module requires. Must be first member, * as the rest of this struct may be subject to ABI changes. @@ -298,8 +297,7 @@ struct xtables_match unsigned int loaded; /* simulate loading so options are merged properly */ }; -struct xtables_target -{ +struct xtables_target { /* * ABI/API version this module requires. Must be first member, * as the rest of this struct may be subject to ABI changes. -- cgit v1.2.3