]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: Reduce switch/case indent
authorJoe Perches <joe@perches.com>
Fri, 1 Jul 2011 09:43:06 +0000 (09:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2011 23:11:15 +0000 (16:11 -0700)
commitf337e29e4bf4fc9cf071f850df87d2a387b37e0b
tree548d47da8a2fe693873e15b684c4abc63c9c6f81
parentf6182fe429930b1f83335da0022fb30b7356fe33
netfilter: Reduce switch/case indent

Make the case labels the same indent as the switch.

git diff -w shows miscellaneous 80 column wrapping,
comment reflowing and a comment for a useless gcc
warning for an otherwise unused default: case.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ipt_CLUSTERIP.c
net/ipv4/netfilter/nf_nat_snmp_basic.c
net/netfilter/xt_HL.c
net/netfilter/xt_hl.c