]> git.pld-linux.org Git - packages/dansguardian.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:49 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dansguardian.init -> 1.4

dansguardian.init

index c8a173cc8fc6c7290aae8a81edd51e1d902ac03b..d7a7c7eca4a240921c7aa90d774f127fd771fee5 100755 (executable)
@@ -23,11 +23,11 @@ function wait_for_pid()
 {
     local PID=$1
     local RET=0
-    
+
     if [ $PID -eq 0 ] ; then
         return $RET
     fi
-    
+
     # give 60 secs then KILL
     local COUNTDOWN=60
 
@@ -42,7 +42,7 @@ function wait_for_pid()
         kill -KILL $PID >/dev/null 2>&1
         RET=1
     fi
-    
+
     return $RET
 }
 
This page took 0.101393 seconds and 4 git commands to generate.