chore(profile): remove trailing whitespace in profiles (2).

This commit is contained in:
Alexandre Pujol 2024-10-22 20:07:11 +01:00
parent 38b973c596
commit 897302bc5b
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# Provide access to audio devices. It should only be used by audio servers that # Provide access to audio devices. It should only be used by audio servers that
# need direct access to them. # need direct access to them.
abi <abi/4.0>, abi <abi/4.0>,

View file

@ -17,7 +17,7 @@ readonly HEADERS=(
_die() { _die() {
echo -e "\033[1;31m ✗ Error: \033[0m$*" echo -e "\033[1;31m ✗ Error: \033[0m$*"
#exit 1 exit 1
} }
_ensure_header() { _ensure_header() {