Преглед на файлове

rclint police: fix whitespace on empty line

Thomas Lotterer преди 23 години
родител
ревизия
8e6f9c2e23
променени са 3 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 1 1
      bs/rc.bs
  2. 1 1
      clamav/rc.clamav
  3. 0 1
      ntp/rc.ntp

+ 1 - 1
bs/rc.bs

@@ -51,7 +51,7 @@
         ${bs_apachectl} stop
 		rm @l_prefix@/var/bs/run/apache.pid
     fi
-     
+
 %restart -u @l_rusr@
     opServiceEnabled bs || exit 0
     if [ -f @l_prefix@/var/bs/bs.pid ]; then

+ 1 - 1
clamav/rc.clamav

@@ -13,7 +13,7 @@
 %start -p 200 -u @l_rusr@
     opServiceEnabled clamav || exit 0
     @l_prefix@/sbin/clamd --config-file=$clamav_cfgfile
-    
+
 %stop -p 200 -u @l_rusr@
     opServiceEnabled clamav || exit 0
     if [ -f $clamav_pidfile ]; then

+ 0 - 1
ntp/rc.ntp

@@ -56,7 +56,6 @@
             `grep "^server" @l_prefix@/etc/ntp/ntp.conf |\
              awk '{ printf(" %s", $2); }'`
     ) >/dev/null &
-        
 
 %daily -u @l_susr@
     opServiceEnabled ntp && opVarIsYes ntp_daemon || exit 0