2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 22:35:35 +00:00

fix case/esac indentation on rc.*

This commit is contained in:
John Johansen
2008-11-07 01:46:03 +00:00
parent 6911dfd7d6
commit 7d6b94b4c2
4 changed files with 4 additions and 4 deletions

View File

@@ -136,5 +136,5 @@ case "$1" in
usage
exit 1
;;
esac
esac
exit $rc

View File

@@ -116,5 +116,5 @@ case "$1" in
usage
exit 1
;;
esac
esac
exit $rc

View File

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

View File

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