Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| 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