]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
unbound_munin_: remove trailing white space
authorKim B. Heino <b@bbbs.net>
Tue, 9 Mar 2021 09:03:54 +0000 (11:03 +0200)
committerKim B. Heino <b@bbbs.net>
Tue, 9 Mar 2021 09:03:54 +0000 (11:03 +0200)
contrib/unbound_munin_

index defca291c6498971c5d87bbf181836e7e2ebbd78..3161f25e9d64b0cfa8e5b94c852c39c3851160c3 100755 (executable)
@@ -126,7 +126,7 @@ get_state ( ) {
        # obtain lock for fetching the state
        # because there is a race condition in fetching and writing to file
 
-       # see if the lock is stale, if so, take it 
+       # see if the lock is stale, if so, take it
        if test -f $lock ; then
                pid="`cat $lock 2>&1`"
                kill -0 "$pid" >/dev/null 2>&1