commit | 181b1e9ce1b9e705d4cd27b542ce05bc43abdab0 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Jul 01 09:43:06 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 01 16:11:15 2011 -0700 |
tree | 548d47da8a2fe693873e15b684c4abc63c9c6f81 | |
parent | 1d67a51682443ffd1209d76dcc2f24a685259530 [diff] |
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>