commit | 4e9008ac62b4c403c5c30724953664dcbb03d02e | [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 | ec7f713160c91e5756cd482b8b6cceffaf024b9d | |
parent | 8134e1e575f862799c361b9c146eae7672010fa0 [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)); git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172351 91177308-0d34-0410-b5e6-96231b3b80d8