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/assp/assp-envelope-recipient-statistics
73 73
# =============== THE GET ====================
74 74
if( $ARGV[0] eq "" ){
75 75
	my $agent = LWP::UserAgent->new();
76
	$agent->agent("$agentname");	
76
	$agent->agent("$agentname");
77 77
	$response = $agent->get( $url );
78 78
	&response_error() unless $response->is_success;
79 79
	@content = split( /\n/, $response->content );
80 80

  
81 81
	my $line = "";
82
	my $count = $index{from};	
82
	my $count = $index{from};
83 83
	my $label;
84 84
	my( $key, $value, $last );
85 85
	while( 1 ){

Formats disponibles : Unified diff