Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/condor/condor_states_
18 18
# 	env.condor_status - Path to condor_status executable,
19 19
#		defaults to /usr/local/condor/bin/condor_status
20 20
# 	env.constraint - Condor ClassAds constraint(s), as they are
21
#		specified on the condor_status command line. For example, 
21
#		specified on the condor_status command line. For example,
22 22
#		to monitor 64-bit Linux nodes only, set:
23 23
#		env.constraint 'arch=="x86_64" && opsys=="linux"'
24 24
#
......
49 49
else
50 50
    CONS=
51 51
fi
52
 
52

  
53 53
if [ "$1" = "autoconf" ]; then
54 54
    echo "no"
55 55
    exit 1
......
72 72
	echo 'Preempting.label Preempting'
73 73
	echo 'Preempting.draw AREA'
74 74
	echo 'Preempting.type GAUGE'
75
	echo "Preempting.info Slots in Preempting state" 
75
	echo "Preempting.info Slots in Preempting state"
76 76
	echo 'Claimed.label Claimed'
77 77
	echo 'Claimed.draw STACK'
78 78
	echo 'Claimed.type GAUGE'

Formats disponibles : Unified diff