Skip to content

Commit 0269790

Browse files
committed
[bazel] Fix a missing comma from a2bad75
1 parent daa350c commit 0269790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ libc_support_library(
729729
name = "__support_fputil_manipulation_functions",
730730
hdrs = ["src/__support/FPUtil/ManipulationFunctions.h"],
731731
textual_hdrs = [
732-
"src/__support/FPUtil/x86_64/NextAfterLongDouble.h"
733-
"src/__support/FPUtil/x86_64/NextUpDownLongDouble.h"
732+
"src/__support/FPUtil/x86_64/NextAfterLongDouble.h",
733+
"src/__support/FPUtil/x86_64/NextUpDownLongDouble.h",
734734
],
735735
deps = [
736736
":__support_common",

0 commit comments

Comments
 (0)