Skip to content
  • Wim Van Sebroeck's avatar
    [WATCHDOG] Coding style - Indentation - part 1 · 5eb82498
    Wim Van Sebroeck authored
    
    
    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: default avatarWim Van Sebroeck <wim@iguana.be>
    5eb82498