Skip to content

Commit 25613b3

Browse files
committed
NFC: fix whitespace lint in bazel file.
1 parent 70480fc commit 25613b3

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
@@ -128,7 +128,6 @@ def libc_function(
128128

129129
_libc_library_filegroups(name = name, is_function = True, **kwargs)
130130

131-
132131
# TODO(PR #130327): Remove this after downstream uses are migrated to libc_release_library.
133132
# This second target is the llvm libc C function with default visibility.
134133
func_attrs = [
@@ -156,6 +155,7 @@ def libc_release_library(
156155
weak_symbols: List of function names that should be marked as weak symbols.
157156
**kwargs: Other arguments relevant to cc_library.
158157
"""
158+
159159
# Combine all sources into a single filegroup to avoid repeated sources error.
160160
native.filegroup(
161161
name = name + "_srcs",

0 commit comments

Comments
 (0)