Files
tor/contrib
Nick Mathewson a6688c574e Catch a few more K&R violations with make check-spaces
We now catch bare {s that should be on the previous line with a do,
while, if, or for, and elses that should share a line with their
preceding }.

That is,
    if (foo)
    {
and
    if (foo) {
      ...
    }
    else

are now detected.

We should think about maybe making Tor uncrustify-clean some day,
but configuring uncrustify is an exercise in bizarreness, and
reformatting huge gobs of Tor is always painful.
2012-06-23 15:54:01 -04:00
..
2011-01-03 11:50:39 -05:00
2004-11-10 01:20:17 +00:00
2011-01-03 11:50:39 -05:00
2012-06-15 04:29:32 -04:00
2012-03-27 18:46:47 -04:00