]> git.ipfire.org Git - thirdparty/ipset.git/commit
Fix the placement style of boolean operators at continued lines
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 20 Jan 2011 09:20:14 +0000 (10:20 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 20 Jan 2011 09:20:14 +0000 (10:20 +0100)
commitc2d28607e25b8884ffb893ab4bc6cbb3b1c5a386
tree21ee322d19a38feb0df082566ca55baa198a95e2
parent7cd45445d55b14b7aca69a81b7815a98afc51784
Fix the placement style of boolean operators at continued lines

Fix "&&" and "||" continuation style (Patrick McHardy's review)
14 files changed:
kernel/include/linux/netfilter/ipset/ip_set_ahash.h
kernel/include/linux/netfilter/ipset/ip_set_timeout.h
kernel/ip_set_bitmap_ip.c
kernel/ip_set_bitmap_ipmac.c
kernel/ip_set_bitmap_port.c
kernel/ip_set_core.c
kernel/ip_set_hash_ip.c
kernel/ip_set_hash_ipport.c
kernel/ip_set_hash_ipportip.c
kernel/ip_set_hash_ipportnet.c
kernel/ip_set_hash_net.c
kernel/ip_set_hash_netport.c
kernel/ip_set_list_set.c
kernel/xt_set.c