[libcxx-commits] [libcxx] [libc++][views] P2442R1: Implements `views::chunk` (PR #76499)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 28 03:23:28 PST 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 7a48039eb79fc887f473e80618b6bc98effea077 ce8e3bbbf078615a2902b4e248b06b8721d137d3 -- libcxx/include/__ranges/chunk_view.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libcxx/include/__ranges/chunk_view.h b/libcxx/include/__ranges/chunk_view.h
index cf3cd85e03..eda404e45f 100644
--- a/libcxx/include/__ranges/chunk_view.h
+++ b/libcxx/include/__ranges/chunk_view.h
@@ -5,4 +5,4 @@
#ifndef LLVM_DEV_CHUNK_VIEW_H
#define LLVM_DEV_CHUNK_VIEW_H
-#endif //LLVM_DEV_CHUNK_VIEW_H
+#endif // LLVM_DEV_CHUNK_VIEW_H
``````````
</details>
https://github.com/llvm/llvm-project/pull/76499
More information about the libcxx-commits
mailing list