From: Wim Van Sebroeck Date: Thu, 17 Jul 2008 18:08:47 +0000 (+0000) Subject: [WATCHDOG] Coding style - Indentation - part 1 X-Git-Tag: v2.6.27-rc3~81^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb82498e3a6da8a979c48945e3c1a85c10ccc25;p=pandora-kernel.git [WATCHDOG] Coding style - Indentation - part 1 This brings the watchdog drivers into line with coding style. This patch takes cares of the indentation as described in chapter 1: The preferred way to ease multiple indentation levels in a switch statement is to align the "switch" and its subordinate "case" labels in the same column instead of "double-indenting" the "case" labels. Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed