Signed-off-by: Pablo M. Bermudo Garay <pablombg@xxxxxxxxx> --- include/xtables.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/xtables.h b/include/xtables.h index 9701612..73ab825 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. -- 2.9.0 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html