• Jean-Paul Saman's avatar
    dr_a1.*: apply coding style fixes · 9da92fa4
    Jean-Paul Saman authored
    Fix weird indentation introduced by commit: 9afd8b97103181a8d68699d368cac9ad27ad6c5c
    
    The preferred coding style is:
    - 4 spaces indentation (no tabs)
    - indent '{' and '}' on the same column as the 'if', eg:
      if (...)
      {
      }
    - function declarations always start in the first column
    9da92fa4
dr_a1.c 4.29 KB