github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. 
:warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions h,cpp,c -- 
clang/tools/c-index-test/c-index-test.c llvm/include/llvm/Support/AutoConvert.h 
llvm/lib/Support/AutoConvert.cpp llvm/lib/Support/InitLLVM.cpp 
llvm/lib/Support/MemoryBuffer.cpp llvm/lib/Support/raw_ostream.cpp 
llvm/utils/count/count.c
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/Support/MemoryBuffer.cpp 
b/llvm/lib/Support/MemoryBuffer.cpp
index ffa494d5d..964064cf0 100644
--- a/llvm/lib/Support/MemoryBuffer.cpp
+++ b/llvm/lib/Support/MemoryBuffer.cpp
@@ -35,7 +35,6 @@
 #include <io.h>
 #endif
 
-
 using namespace llvm;
 
 
//===----------------------------------------------------------------------===//

``````````

</details>


https://github.com/llvm/llvm-project/pull/143174
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to