summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-13 08:19:51 +0000
committerDaniel Jasper <djasper@google.com>2013-01-13 08:19:51 +0000
commit48cb3b97c7d319b44ecbdd028472c9ef38df6631 (patch)
tree10dbe923658d67547102b62fbf5b9aabe20a82c8 /clang/lib/Driver/Tools.cpp
parent5ef433fc0c2262e9ea38ab08081e14608f753291 (diff)
downloadbcm5719-llvm-48cb3b97c7d319b44ecbdd028472c9ef38df6631.tar.gz
bcm5719-llvm-48cb3b97c7d319b44ecbdd028472c9ef38df6631.zip
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
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud