whitespace cleanup

This commit is contained in:
Lars Kruse 2019-07-23 04:52:37 +02:00
parent 215abe08ae
commit b0e991d4d4
7 changed files with 27 additions and 30 deletions

View File

@ -14,4 +14,3 @@ These distributions are known to be working with muninlite:
* OpenSuSE 10.2
- Just works

View File

@ -51,4 +51,3 @@ If it works, you will see these messages during boot:
/mnt/tmp/packages/post-muninlite.ini chmoded
Running /etc/post-muninlite.ini
Starting inetd.

View File

@ -106,7 +106,7 @@ do
fi
done
else
RES="$RES $PLUG";
RES="$RES $PLUG"
fi
done
PLUGINS=$RES

View File

@ -21,4 +21,3 @@ fetch_ntpdate() {
echo "offset.value $OFFSET"
echo "delay.value $DELAY"
}