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/printer/hp2600_count_
15 15

  
16 16
do_stats () {
17 17
    count=1
18
    for I in `get_data`; do 
19
	[ $count = 3 ]  && echo "countb.value $I" 
20
	[ $count = 6 ]  && echo "county.value $I" 
21
	[ $count = 9 ]  && echo "countc.value $I" 
22
	[ $count = 12 ] && echo "countm.value $I" 
18
    for I in `get_data`; do
19
	[ $count = 3 ]  && echo "countb.value $I"
20
	[ $count = 6 ]  && echo "county.value $I"
21
	[ $count = 9 ]  && echo "countc.value $I"
22
	[ $count = 12 ] && echo "countm.value $I"
23 23
	count=$(($count + 1))
24 24
    done
25 25

  
......
33 33
graph_vlabel Count (Pages)
34 34
graph_category printing
35 35
graph_info Pages count by color.
36
graph_args  -l 0 
36
graph_args  -l 0
37 37
graph_scale no
38 38
line.label ---
39 39
line.line 0

Formats disponibles : Unified diff