dev-build/cmake: comment whitespace tweak

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-11 17:04:46 +01:00
parent 2c6408d404
commit e495dda4ca
3 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ pkg_pretend() {
local file
local errant_files=()
# See bug #599684 and bug #753581 (at least)
# See bug #599684 and bug #753581 (at least)
for file in /etc/arch-release /etc/redhat-release /etc/debian_version ; do
if [[ -e ${file} ]]; then
errant_files+=( "${file}" )

View File

@@ -129,7 +129,7 @@ pkg_pretend() {
local file
local errant_files=()
# See bug #599684 and bug #753581 (at least)
# See bug #599684 and bug #753581 (at least)
for file in /etc/arch-release /etc/redhat-release /etc/debian_version ; do
if [[ -e ${file} ]]; then
errant_files+=( "${file}" )

View File

@@ -128,7 +128,7 @@ pkg_pretend() {
local file
local errant_files=()
# See bug #599684 and bug #753581 (at least)
# See bug #599684 and bug #753581 (at least)
for file in /etc/arch-release /etc/redhat-release /etc/debian_version ; do
if [[ -e ${file} ]]; then
errant_files+=( "${file}" )