From 3f83fda46c14e47392ce3bb4d7aef5780a80ac78 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 31 May 2011 19:38:00 +0200 Subject: Whitespace and coding fixes detected by checkpatch.pl --- src/ipset_bitmap_port.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/ipset_bitmap_port.c') diff --git a/src/ipset_bitmap_port.c b/src/ipset_bitmap_port.c index 82b98a4..c8c6e1f 100644 --- a/src/ipset_bitmap_port.c +++ b/src/ipset_bitmap_port.c @@ -1,7 +1,7 @@ /* Copyright 2007-2010 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu) * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include /* IPSET_OPT_* */ @@ -29,7 +29,7 @@ static const struct ipset_arg bitmap_port_create_args[] = { .parse = ipset_parse_single_tcp_port, }, { }, -}; +}; static const struct ipset_arg bitmap_port_add_args[] = { { .name = { "timeout", NULL }, @@ -37,7 +37,7 @@ static const struct ipset_arg bitmap_port_add_args[] = { .parse = ipset_parse_uint32, .print = ipset_print_number, }, { }, -}; +}; static const char bitmap_port_usage[] = "create SETNAME bitmap:port range FROM-TO\n" @@ -53,8 +53,8 @@ struct ipset_type ipset_bitmap_port0 = { .revision = 0, .family = AF_UNSPEC, .dimension = IPSET_DIM_ONE, - .elem = { - [IPSET_DIM_ONE] = { + .elem = { + [IPSET_DIM_ONE] = { .parse = ipset_parse_tcp_port, .print = ipset_print_port, .opt = IPSET_OPT_PORT -- cgit v1.2.3