From: Joe Perches Date: Fri, 1 Jul 2011 09:43:06 +0000 (+0000) Subject: netfilter: Reduce switch/case indent X-Git-Tag: v3.1-rc1~316^2~272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181b1e9ce1b9e705d4cd27b542ce05bc43abdab0;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed