[libcxx-commits] [libcxx] [libc++] Tiny optimizations for is_permutation (PR #129565)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 24 11:40:03 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 6003c3055a4630be31cc3d459cdbb88248a007b9 728a000183cd4fb55011378fab72fcb9eeafbba2 --extensions h -- libcxx/include/__algorithm/is_permutation.h
``````````

</details>

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

``````````diff
diff --git a/libcxx/include/__algorithm/is_permutation.h b/libcxx/include/__algorithm/is_permutation.h
index 7715e818fa..5a86726637 100644
--- a/libcxx/include/__algorithm/is_permutation.h
+++ b/libcxx/include/__algorithm/is_permutation.h
@@ -1,4 +1,4 @@
- // -*- C++ -*-
+// -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

``````````

</details>


https://github.com/llvm/llvm-project/pull/129565


More information about the libcxx-commits mailing list