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/apache/apache_users
100 100
		else
101 101
			USERNAME[$I]="anonymous"
102 102
		fi
103
		NAME[$I]="_${USERNAME[I]}" # Output sort order 
103
		NAME[$I]="_${USERNAME[I]}" # Output sort order
104 104
	else
105 105
		NAME[$I]="${USERNAME[I]}"
106 106
	fi
......
140 140
	FILENAMES=$( find $DIRECTORY -type f -not -wholename $TIMESTAMP | sort)
141 141

  
142 142
	awk '{ printf "%s.label %s\n%s.draw AREA\n", $1, $3, $1 }' $( echo "$FILENAMES" | head -n1 )
143
	
143

  
144 144
	for FILENAME in $( echo "$FILENAMES" | tail -n+2)
145 145
	do
146 146
		awk '{ printf "%s.label %s\n%s.draw STACK\n", $1, $3, $1 }' $FILENAME

Formats disponibles : Unified diff