commit | 5618fb173eb47ed602b010d6575b3f8262955d0c | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Sat Mar 28 16:33:48 2015 -0700 |
committer | Bill Wendling <morbo@google.com> | Sat Mar 28 16:33:48 2015 -0700 |
tree | 6e0233d5283f1a83d13d8f603ef270ac2d1c0d09 | |
parent | d4ddd589738c7080deb2660737d3d6d4f97a7207 [diff] |
Enforce single line before non-zero column func. If a function isn't in the 0 column, but isn't in another class or function, it should still be separated by a single blank line, not two. This is a bit of a grey area in the style guide, but other tools seem to expect this. Closes #24