1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-03 06:38:24 +00:00

Whitespace cleanup

* remove trailing whitespace
* remove empty lines at the end of files
This commit is contained in:
Lars Kruse 2018-08-02 02:03:42 +02:00
parent ef851f0c34
commit 17f784270a
604 changed files with 2927 additions and 2945 deletions

View file

@ -18,7 +18,7 @@
# env.condor_status - Path to condor_status executable,
# defaults to /usr/local/condor/bin/condor_status
# env.constraint - Condor ClassAds constraint(s), as they are
# specified on the condor_status command line. For example,
# specified on the condor_status command line. For example,
# to monitor 64-bit Linux nodes only, set:
# env.constraint 'arch=="x86_64" && opsys=="linux"'
#
@ -49,7 +49,7 @@ if [ ! -z "$constraint" ]; then
else
CONS=
fi
if [ "$1" = "autoconf" ]; then
echo "no"
exit 1
@ -72,7 +72,7 @@ if [ "$1" = "config" ]; then
echo 'Preempting.label Preempting'
echo 'Preempting.draw AREA'
echo 'Preempting.type GAUGE'
echo "Preempting.info Slots in Preempting state"
echo "Preempting.info Slots in Preempting state"
echo 'Claimed.label Claimed'
echo 'Claimed.draw STACK'
echo 'Claimed.type GAUGE'