diff init.d/kallithea-daemon-arch @ 6370:e285bb7abb28

scripts: apply whitespace cleanup to more files - opt out instead of opt in
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 19 Dec 2016 04:46:48 +0100
parents 99ad9d0af1a3
children 2c3d30095d5e
line wrap: on
line diff
--- a/init.d/kallithea-daemon-arch	Mon Dec 19 04:46:48 2016 +0100
+++ b/init.d/kallithea-daemon-arch	Mon Dec 19 04:46:48 2016 +0100
@@ -47,7 +47,7 @@
     ;;
 stop)
     stat_busy "Stopping $DAEMON"
-    [ -n "$PID" ] && kill $PID &>/dev/null 
+    [ -n "$PID" ] && kill $PID &>/dev/null
     if [ $? = 0 ]; then
         rm_daemon $DAEMON
         stat_done
@@ -67,4 +67,4 @@
     ;;
 *)
     echo "usage: $0 {start|stop|restart|status}"
-esac
\ No newline at end of file
+esac