| commit | aa701fa3adbce77357d60c8a494c6492fd1e206a | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Fri Jan 18 08:44:07 2013 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Fri Jan 18 08:44:07 2013 +0000 |
| tree | c168c3e956b29bcdb60a12be416fdaf4e05d4251 | |
| parent | 1cb8aa581bc8f330789bef564120e8ba768e905b [diff] |
Let the formatter align trailing line comments where possible. Before: int a; // comment int bbbbb; // comment After: int a; // comment int bbbbb; // comment llvm-svn: 172798