diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-13 08:19:51 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-13 08:19:51 +0000 |
commit | 48cb3b97c7d319b44ecbdd028472c9ef38df6631 (patch) | |
tree | 10dbe923658d67547102b62fbf5b9aabe20a82c8 /llvm/lib/Support/DynamicLibrary.cpp | |
parent | 5ef433fc0c2262e9ea38ab08081e14608f753291 (diff) | |
download | llvm-48cb3b97c7d319b44ecbdd028472c9ef38df6631.zip llvm-48cb3b97c7d319b44ecbdd028472c9ef38df6631.tar.gz llvm-48cb3b97c7d319b44ecbdd028472c9ef38df6631.tar.bz2 |
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 'llvm/lib/Support/DynamicLibrary.cpp')
0 files changed, 0 insertions, 0 deletions