From e1df221d7a1b3df0224d94865ec05ba336995608 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Feb 2011 12:02:51 +0100 Subject: extensions: fix indent of vtable Signed-off-by: Jan Engelhardt --- extensions/libxt_recent.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'extensions/libxt_recent.c') diff --git a/extensions/libxt_recent.c b/extensions/libxt_recent.c index e4a7f4d4..f8a5a18d 100644 --- a/extensions/libxt_recent.c +++ b/extensions/libxt_recent.c @@ -211,18 +211,18 @@ static void recent_save(const void *ip, const struct xt_entry_match *match) } static struct xtables_match recent_mt_reg = { - .name = "recent", - .version = XTABLES_VERSION, - .family = NFPROTO_UNSPEC, - .size = XT_ALIGN(sizeof(struct xt_recent_mtinfo)), - .userspacesize = XT_ALIGN(sizeof(struct xt_recent_mtinfo)), - .help = recent_help, - .init = recent_init, - .parse = recent_parse, - .final_check = recent_check, - .print = recent_print, - .save = recent_save, - .extra_opts = recent_opts, + .name = "recent", + .version = XTABLES_VERSION, + .family = NFPROTO_UNSPEC, + .size = XT_ALIGN(sizeof(struct xt_recent_mtinfo)), + .userspacesize = XT_ALIGN(sizeof(struct xt_recent_mtinfo)), + .help = recent_help, + .init = recent_init, + .parse = recent_parse, + .final_check = recent_check, + .print = recent_print, + .save = recent_save, + .extra_opts = recent_opts, }; void _init(void) -- cgit v1.2.3