From 03d3d33397da4fea028a55c5adbd65facf293660 Mon Sep 17 00:00:00 2001 From: rusty Date: Mon, 20 Mar 2000 07:03:28 +0000 Subject: Makefile fixes for release. Whitespace cleanups. --- extensions/libipt_MARK.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/libipt_MARK.c') diff --git a/extensions/libipt_MARK.c b/extensions/libipt_MARK.c index ef5a60d..a7cb60c 100644 --- a/extensions/libipt_MARK.c +++ b/extensions/libipt_MARK.c @@ -56,7 +56,7 @@ parse(int c, char **argv, int invert, unsigned int *flags, "MARK target: Can't specify --set-mark twice"); *flags = 1; break; - + default: return 0; } @@ -87,7 +87,7 @@ print(const struct ipt_ip *ip, const struct ipt_mark_target_info *markinfo = (const struct ipt_mark_target_info *)target->data; printf("MARK set "); - print_mark(markinfo->mark, numeric); + print_mark(markinfo->mark, numeric); } /* Saves the union ipt_targinfo in parsable form to stdout. */ @@ -96,8 +96,8 @@ save(const struct ipt_ip *ip, const struct ipt_entry_target *target) { const struct ipt_mark_target_info *markinfo = (const struct ipt_mark_target_info *)target->data; - - printf("--set-mark 0x%lx ", markinfo->mark); + + printf("--set-mark 0x%lx ", markinfo->mark); } struct iptables_target mark -- cgit v1.2.3