| commit | 48cb3b97c7d319b44ecbdd028472c9ef38df6631 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Sun Jan 13 08:19:51 2013 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Sun Jan 13 08:19:51 2013 +0000 |
| tree | 10dbe923658d67547102b62fbf5b9aabe20a82c8 | |
| parent | 5ef433fc0c2262e9ea38ab08081e14608f753291 [diff] |
Always put a space after ",". I am not aware of a case where that would be wrong. The specific case I am fixing are function parameters wrapped in parenthesis (e.g. in macros). Before: function(a,(b)); After: function(a, (b)); llvm-svn: 172351