From 71d292f166882b9829d7e89e48fb6ea3ea7d892d Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 22 Oct 2025 17:43:35 +0000 Subject: [PATCH] [bazel] Fix Formatting To make the CI happy again. --- utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index 2d9433f6e4dc7..599bc4b3d8bbf 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -3093,8 +3093,8 @@ libc_support_library( libc_support_library( name = "__support_sincosf_utils", hdrs = [ - "src/__support/math/sincosf_utils.h", "src/__support/math/sincosf_float_eval.h", + "src/__support/math/sincosf_utils.h", ], deps = [ ":__support_fputil_double_double",