Indent fixes

This commit is contained in:
Roy Marples
2007-10-27 09:53:56 +00:00
parent c02cc42b1d
commit 42c231d760

View File

@@ -157,9 +157,7 @@ stop() {
# Write a halt record if we're shutting down
case "${RC_SOFTLEVEL}" in
reboot|shutdown)
[ "${RC_UNAME}" = "Linux" ] && halt -w
;;
reboot|shutdown) [ "${RC_UNAME}" = "Linux" ] && halt -w;;
esac
return 0