diff options
author | Daniel Jasper <djasper@google.com> | 2013-03-07 20:50:00 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-03-07 20:50:00 +0000 |
commit | f71cf3bd3e08d72e99d7b988da4e2f1078009ff8 (patch) | |
tree | a32b6623bd9d804962b0a1fede831378cbbdf081 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 9c1796f8775ec64e42bf845703cc7b06e1804924 (diff) | |
download | bcm5719-llvm-f71cf3bd3e08d72e99d7b988da4e2f1078009ff8.tar.gz bcm5719-llvm-f71cf3bd3e08d72e99d7b988da4e2f1078009ff8.zip |
Remove unncessary whitespace when triggered on empty line.
With the cursor located at "I", clang-format would not do anything to:
int a;
I
int b;
With this patch, it reduces the number of empty lines as necessary, and
removes unnecessary whitespace. It does not change/reformat "int a;" or
"int b;".
llvm-svn: 176650
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions