[compiler-rt] r331831 - [sanitizer] Remove unneeded blank lines
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 17:44:26 PDT 2018
Author: vitalybuka
Date: Tue May 8 17:44:26 2018
New Revision: 331831
URL: http://llvm.org/viewvc/llvm-project?rev=331831&view=rev
Log:
[sanitizer] Remove unneeded blank lines
Modified:
compiler-rt/trunk/lib/asan/.clang-format
compiler-rt/trunk/lib/dfsan/.clang-format
compiler-rt/trunk/lib/hwasan/.clang-format
compiler-rt/trunk/lib/interception/.clang-format
compiler-rt/trunk/lib/lsan/.clang-format
compiler-rt/trunk/lib/msan/.clang-format
compiler-rt/trunk/lib/safestack/.clang-format
compiler-rt/trunk/lib/sanitizer_common/.clang-format
compiler-rt/trunk/lib/tsan/.clang-format
Modified: compiler-rt/trunk/lib/asan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/.clang-format (original)
+++ compiler-rt/trunk/lib/asan/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
Modified: compiler-rt/trunk/lib/dfsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/dfsan/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/dfsan/.clang-format (original)
+++ compiler-rt/trunk/lib/dfsan/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
Modified: compiler-rt/trunk/lib/hwasan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/hwasan/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/hwasan/.clang-format (original)
+++ compiler-rt/trunk/lib/hwasan/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
Modified: compiler-rt/trunk/lib/interception/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/interception/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/interception/.clang-format (original)
+++ compiler-rt/trunk/lib/interception/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
Modified: compiler-rt/trunk/lib/lsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/lsan/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/lsan/.clang-format (original)
+++ compiler-rt/trunk/lib/lsan/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
Modified: compiler-rt/trunk/lib/msan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msan/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/msan/.clang-format (original)
+++ compiler-rt/trunk/lib/msan/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
Modified: compiler-rt/trunk/lib/safestack/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/safestack/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/safestack/.clang-format (original)
+++ compiler-rt/trunk/lib/safestack/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
Modified: compiler-rt/trunk/lib/sanitizer_common/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/.clang-format (original)
+++ compiler-rt/trunk/lib/sanitizer_common/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
Modified: compiler-rt/trunk/lib/tsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/.clang-format?rev=331831&r1=331830&r2=331831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/.clang-format (original)
+++ compiler-rt/trunk/lib/tsan/.clang-format Tue May 8 17:44:26 2018
@@ -1,3 +1,2 @@
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: false
-
More information about the llvm-commits
mailing list