diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-06 19:33:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-06 22:17:59 +0100 |
commit | 9719521156005bf7433a39512abf45b69a91b8e5 (patch) | |
tree | 125982b1ce89cd3e1fed5ba2a008d4ef7019283d /sys-devel | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 6.7.9 (diff) | |
download | gentoo-9719521156005bf7433a39512abf45b69a91b8e5.tar.gz gentoo-9719521156005bf7433a39512abf45b69a91b8e5.tar.bz2 gentoo-9719521156005bf7433a39512abf45b69a91b8e5.zip |
sys-devel/clang-common: Fix TrailingEmptyLine
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-common/clang-common-18.1.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-devel/clang-common/clang-common-18.1.0.ebuild b/sys-devel/clang-common/clang-common-18.1.0.ebuild index 41244cc63afa..623368383908 100644 --- a/sys-devel/clang-common/clang-common-18.1.0.ebuild +++ b/sys-devel/clang-common/clang-common-18.1.0.ebuild @@ -289,4 +289,3 @@ pkg_preinst() { fi fi } - |