diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-14 14:14:23 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-14 14:14:23 +0000 |
commit | feb18f5ff2cfa952fec4e751eb9665706c4674af (patch) | |
tree | e52c5289db99a5b047ea5db6c2f4113af0ff7f13 /lib/Basic/Module.cpp | |
parent | acd356e18ecb8213d65f1454bb3c1bb4f6892bab (diff) |
Put short if statements on a single line.
Before: if (a)
return;
After: if (a) return;
Not yet sure, whether this is always desired, but we can add options and
make this a style parameter as we go along.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions