diff options
| author | Daniel Jasper <djasper@google.com> | 2013-01-08 16:17:54 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2013-01-08 16:17:54 +0000 |
| commit | 4f397156c40cfff6953f888ab5de498172db4ead (patch) | |
| tree | 7f2b5dbc37c9c2df85f20c2eeb30893a98b906b2 /lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp | |
| parent | c8c61895bec91e4fcd5cafe287142ff6e3991aad (diff) | |
| download | bcm5719-llvm-4f397156c40cfff6953f888ab5de498172db4ead.tar.gz bcm5719-llvm-4f397156c40cfff6953f888ab5de498172db4ead.zip | |
Don't put spaces around ##.
In Clang/LLVM this seems to be the more common formatting for ##s. There
might still be case that we miss, but we'll fix those as we go along.
Before:
#define A(X)
void function ## X();
After:
#define A(X)
void function##X();
llvm-svn: 171862
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp')
0 files changed, 0 insertions, 0 deletions

