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/haproxy/haproxy_bytes_compressor_frontend
50 50

  
51 51
	if [ ! -z "$socket" ]; then
52 52
                LINE1=`echo 'show stat' | socat unix-connect:"$socket" stdio | head -1 | sed 's/# //'`
53
                LINE2=`echo 'show stat' | socat unix-connect:"$socket" stdio | grep "$PXNAME,$SVNAME"`         
53
                LINE2=`echo 'show stat' | socat unix-connect:"$socket" stdio | grep "$PXNAME,$SVNAME"`
54 54
        fi
55
        
55

  
56 56
        ARRAY1=($LINE1);
57 57

  
58 58
        # Find values
......
76 76

  
77 77

  
78 78
if [ "$1" = "autoconf" ]; then
79
	echo yes 
79
	echo yes
80 80
	exit 0
81 81
fi
82 82

  
......
119 119
	        echo "comp_out`echo $i | md5sum | cut -d - -f1 | sed 's/ //g'`.value $OUT"
120 120
	        echo "comp_byp`echo $i | md5sum | cut -d - -f1 | sed 's/ //g'`.value $BY"
121 121
	done
122
	
122

  
123 123

  

Formats disponibles : Unified diff