netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iptables 1/2] include: xtables: fix struct definitions grepability
@ 2016-07-26 16:45 Pablo M. Bermudo Garay
  2016-07-26 16:45 ` [PATCH iptables v2 2/2] xtables-translate: fix issue with quotes Pablo M. Bermudo Garay
  2016-07-27 11:58 ` [PATCH iptables 1/2] include: xtables: fix struct definitions grepability Pablo Neira Ayuso
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo M. Bermudo Garay @ 2016-07-26 16:45 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo M. Bermudo Garay

Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-27 11:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 16:45 [PATCH iptables 1/2] include: xtables: fix struct definitions grepability Pablo M. Bermudo Garay
2016-07-26 16:45 ` [PATCH iptables v2 2/2] xtables-translate: fix issue with quotes Pablo M. Bermudo Garay
2016-07-27 11:58   ` Pablo Neira Ayuso
2016-07-27 11:58 ` [PATCH iptables 1/2] include: xtables: fix struct definitions grepability Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).