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/vpn/openvpn_as_users
33 33

  
34 34

  
35 35
if [ "$1" = "autoconf" ]; then
36
	echo yes 
36
	echo yes
37 37
	exit 0
38 38
fi
39 39

  
......
59 59
        echo "users.type GAUGE"
60 60
        echo "users.draw AREA"
61 61
        echo "users.min 0"
62
	
63
        echo "users.warning $((VAL2 * $WARN / 100))"	
64
        echo "users.critical $VAL2"	
62

  
63
        echo "users.warning $((VAL2 * $WARN / 100))"
64
        echo "users.critical $VAL2"
65 65

  
66 66

  
67 67
        echo "limit.label Limit"
......
76 76

  
77 77
echo "users.value $VAL1"
78 78
echo "limit.value $VAL2"
79
	
79

  
80 80

  

Formats disponibles : Unified diff