]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
include: xtables: fix struct definitions grepability
authorPablo M. Bermudo Garay <pablombg@gmail.com>
Tue, 26 Jul 2016 16:45:23 +0000 (18:45 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 27 Jul 2016 11:56:42 +0000 (13:56 +0200)
Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/xtables.h

index 9701612aacfd2ad39dd02bda01edfc0c7e9037c7..73ab8256043ff73b61d77d332979171efdd78cd1 100644 (file)
@@ -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.