From: Pablo M. Bermudo Garay Date: Tue, 26 Jul 2016 16:45:23 +0000 (+0200) Subject: include: xtables: fix struct definitions grepability X-Git-Tag: v1.6.1~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6604bc6131bf059bce458040ed6b93bcd37fb635;p=thirdparty%2Fiptables.git include: xtables: fix struct definitions grepability Signed-off-by: Pablo M. Bermudo Garay Signed-off-by: Pablo Neira Ayuso --- 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.