about summary refs log tree commit diff
path: root/shutdown.sh
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-04-26 10:43:32 +0200
committerJuan RP <xtraeme@gmail.com>2014-04-26 10:43:32 +0200
commitde2880cc8fdb6cd897bc453310978333bda0ac30 (patch)
tree65b668239a69c887684cf3e2b8fb3d6df598fba3 /shutdown.sh
parentf69bd705f46b3082f06abcec2d8e6b6c4d291b9e (diff)
downloadrunit-void-de2880cc8fdb6cd897bc453310978333bda0ac30.tar.gz
runit-void-de2880cc8fdb6cd897bc453310978333bda0ac30.tar.xz
runit-void-de2880cc8fdb6cd897bc453310978333bda0ac30.zip
shutdown.sh: trailing whitespaces.
Diffstat (limited to 'shutdown.sh')
-rw-r--r--shutdown.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/shutdown.sh b/shutdown.sh
index d5cc4b7..1c29be3 100644
--- a/shutdown.sh
+++ b/shutdown.sh
@@ -11,15 +11,12 @@ while getopts akrhPHfFnct: opt; do
   case "$opt" in
     a|n|H) echo "-$opt is not implemented" >/dev/stderr; exit 1;;
     t) ;;
-     
     f) touch /fastboot;;
     F) touch /forcefsck;;
-    
     k) action=true;;
     c) action=cancel;;
     h|P) action=halt;;
     r) action=reboot;;
-
     [?]) echo "Usage: shutdown [-fF] [-kchPr] time [warning message]" >/dev/stderr; exit 1;;
   esac
 done