]> 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)
commit35a84f404706cc61ded8def5559cb81da21c8205
tree548d47da8a2fe693873e15b684c4abc63c9c6f81
parent5c40bb2048aaec0bfde47d2617f0bcc7e4f71961
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