[libc] [llvm] Fix after #121482 (PR #121764)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 05:20:40 PST 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 8f17c908e3858c0a2a9b1bed3f6506fec3c6f910 6903781c61b6c80cee01de8e5ef112cbb544cd27 --extensions h -- libc/src/stdlib/qsort_pivot.h
``````````

</details>

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

``````````diff
diff --git a/libc/src/stdlib/qsort_pivot.h b/libc/src/stdlib/qsort_pivot.h
index b27e74663d..ab8fa52428 100644
--- a/libc/src/stdlib/qsort_pivot.h
+++ b/libc/src/stdlib/qsort_pivot.h
@@ -9,7 +9,7 @@
 #ifndef LLVM_LIBC_SRC_STDLIB_QSORT_PIVOT_H
 #define LLVM_LIBC_SRC_STDLIB_QSORT_PIVOT_H
 
-#include <stddef.h>  // For size_t
+#include <stddef.h> // For size_t
 
 namespace LIBC_NAMESPACE_DECL {
 namespace internal {

``````````

</details>


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


More information about the llvm-commits mailing list