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:
@@ -136,5 +136,5 @@ case "$1" in
|
||||
usage
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
exit $rc
|
||||
|
@@ -116,5 +116,5 @@ case "$1" in
|
||||
usage
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
exit $rc
|
||||
|
@@ -123,6 +123,6 @@ case "$1" in
|
||||
usage
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
exit $rc
|
||||
|
||||
|
@@ -97,6 +97,6 @@ case "$1" in
|
||||
usage
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
exit $rc
|
||||
|
||||
|
Reference in New Issue
Block a user