mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Fix indentation for case/esac on rc.apparmor.suse rc.aaeventd.suse
This commit is contained in:
parent
42c43bb520
commit
6911dfd7d6
2 changed files with 2 additions and 2 deletions
|
@ -131,6 +131,6 @@ case "$1" in
|
|||
usage
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
exit $rc
|
||||
|
||||
|
|
|
@ -125,6 +125,6 @@ case "$1" in
|
|||
usage
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
exit $rc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue