commit | 5eb82498e3a6da8a979c48945e3c1a85c10ccc25 | [log] [tgz] |
---|---|---|
author | Wim Van Sebroeck <wim@iguana.be> | Thu Jul 17 18:08:47 2008 +0000 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed Aug 06 13:21:05 2008 +0000 |
tree | bc16dd667fb48b83a5009407049c6ffb5a296cbc | |
parent | 0d7b101404f7bedcf3f448c1667c3744551cd9ee [diff] |
[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 <wim@iguana.be>