summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo M. Bermudo Garay <pablombg@gmail.com>2016-07-26 18:45:23 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-07-27 13:56:42 +0200
commit6604bc6131bf059bce458040ed6b93bcd37fb635 (patch)
tree92756ba9fa13efc78e657e4532a2e9d36c7c7629 /include
parent7a0992da44cfb6cab0ccd1beadcf326df8773552 (diff)
include: xtables: fix struct definitions grepability
Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/xtables.h6
1 files 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.