• Arnaldo Carvalho de Melo's avatar
    - remove spurious spaces and tabs at end of lines · 49ab902f
    Arnaldo Carvalho de Melo authored
    - make sure if, while, for, switch has a space before the opening '('
    - make sure no line has more than 80 chars
    - move initializations to the declaration line where possible
    - bitwise, logical and arithmetic operators have spaces before and after,
      improving readability of complex expressions
    - remove uneeded () in returns
    - other minor cleanups
    49ab902f
tcp.c 68.6 KB