diff options
author | Vitaly Buka <vitalybuka@google.com> | 2018-05-09 00:44:26 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2018-05-09 00:44:26 +0000 |
commit | fb663789d3c862353d6077e71df4efd1bcb9477b (patch) | |
tree | 255e72382cc57955ab6909256df9618c2d39989c /compiler-rt/lib/interception | |
parent | d4f68bcc16e6afe2db5abc630716eebf67d23a6a (diff) | |
download | bcm5719-llvm-fb663789d3c862353d6077e71df4efd1bcb9477b.tar.gz bcm5719-llvm-fb663789d3c862353d6077e71df4efd1bcb9477b.zip |
[sanitizer] Remove unneeded blank lines
llvm-svn: 331831
Diffstat (limited to 'compiler-rt/lib/interception')
-rw-r--r-- | compiler-rt/lib/interception/.clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/interception/.clang-format b/compiler-rt/lib/interception/.clang-format index d96be21b2ff..560308c91de 100644 --- a/compiler-rt/lib/interception/.clang-format +++ b/compiler-rt/lib/interception/.clang-format @@ -1,3 +1,2 @@ BasedOnStyle: Google AllowShortIfStatementsOnASingleLine: false - |