Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/assp/assp-smtp-connection-statistics | ||
|---|---|---|
| 63 | 63 |
# =============== THE GET ==================== |
| 64 | 64 |
if( $ARGV[0] eq "" ){
|
| 65 | 65 |
my $agent = LWP::UserAgent->new(); |
| 66 |
$agent->agent("$agentname");
|
|
| 66 |
$agent->agent("$agentname");
|
|
| 67 | 67 |
$response = $agent->get( $url ); |
| 68 | 68 |
&response_error() unless $response->is_success; |
| 69 | 69 |
@content = split( /\n/, $response->content ); |
| 70 | 70 |
|
| 71 | 71 |
my $line = ""; |
| 72 |
my $count = $index{from};
|
|
| 72 |
my $count = $index{from};
|
|
| 73 | 73 |
my $label; |
| 74 | 74 |
my( $key, $value, $last ); |
| 75 | 75 |
while( 1 ){
|
Formats disponibles : Unified diff