mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 14:36:33 +01:00
chore(profile): remove trailing whitespace in profiles (2).
This commit is contained in:
parent
38b973c596
commit
897302bc5b
2 changed files with 2 additions and 2 deletions
|
@ -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>,
|
||||||
|
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue