Fix indentation for case/esac on rc.apparmor.suse rc.aaeventd.suse

This commit is contained in:
John Johansen 2008-11-07 01:44:05 +00:00
parent 42c43bb520
commit 6911dfd7d6
2 changed files with 2 additions and 2 deletions

View file

@ -131,6 +131,6 @@ case "$1" in
usage
exit 1
;;
esac
esac
exit $rc

View file

@ -125,6 +125,6 @@ case "$1" in
usage
exit 1
;;
esac
esac
exit $rc