Skip to content

Commit 198c3ee

Browse files
committed
[bazel] Fix the format of libc_build_rules.bzl
1 parent 2f48a1f commit 198c3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def libc_function(
9292
# x86 targets have -mno-omit-leaf-frame-pointer.
9393
platform_copts = selects.with_or({
9494
PLATFORM_CPU_X86_64: ["-mno-omit-leaf-frame-pointer"],
95-
"//conditions:default": []
95+
"//conditions:default": [],
9696
})
9797
copts = copts + platform_copts
9898

0 commit comments

Comments
 (0)