[libc-commits] [libc] [libc] wcscpy implementation (PR #142228)
via libc-commits
libc-commits at lists.llvm.org
Fri May 30 15:45:05 PDT 2025
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 cpp,h -- libc/src/wchar/wcscpy.cpp libc/src/wchar/wcscpy.h libc/test/src/wchar/wcscpy_test.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/src/wchar/wcscpy.cpp b/libc/src/wchar/wcscpy.cpp
index d99034fd6..dc46b972c 100644
--- a/libc/src/wchar/wcscpy.cpp
+++ b/libc/src/wchar/wcscpy.cpp
@@ -24,6 +24,4 @@ LLVM_LIBC_FUNCTION(wchar_t *, wcscpy,
return s1;
}
-
-
} // namespace LIBC_NAMESPACE_DECL
``````````
</details>
https://github.com/llvm/llvm-project/pull/142228
More information about the libc-commits
mailing list