[libcxx-commits] [libcxxabi] t (PR #70413)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 26 21:53:46 PDT 2023
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 c07903aac7b9bc60d48f0381073285d79642cc3f efac13cb79b35ffd801b56e8c4aa0b80d55ff459 -- libcxxabi/test/test_vector2.pass.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libcxxabi/test/test_vector2.pass.cpp b/libcxxabi/test/test_vector2.pass.cpp
index c74075835..995e5d056 100644
--- a/libcxxabi/test/test_vector2.pass.cpp
+++ b/libcxxabi/test/test_vector2.pass.cpp
@@ -40,8 +40,8 @@ void my_construct ( void *) {
// std::printf ( "Constructing %lx\n", (unsigned long) p );
}
-void my_des`truct ( void *) {
-// std::printf ( "Destructing %lx\n", (unsigned long) p );
+void my_des`truct(void*) {
+ // std::printf ( "Destructing %lx\n", (unsigned long) p );
}
int gCounter;
``````````
</details>
https://github.com/llvm/llvm-project/pull/70413
More information about the libcxx-commits
mailing list