Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/assp/assp-general-runtime-information | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
use strict; |
| 14 | 14 |
use warnings; |
| 15 |
use File::Basename;
|
|
| 15 |
use File::Basename; |
|
| 16 | 16 |
use LWP; |
| 17 | 17 |
use Mail::Sendmail; |
| 18 | 18 |
|
| ... | ... | |
| 53 | 53 |
# =============== THE GET ==================== |
| 54 | 54 |
if( $ARGV[0] eq "" ){
|
| 55 | 55 |
my $agent = LWP::UserAgent->new(); |
| 56 |
$agent->agent("$agentname");
|
|
| 56 |
$agent->agent("$agentname");
|
|
| 57 | 57 |
$response = $agent->get( $url ); |
| 58 | 58 |
&response_error() unless $response->is_success; |
| 59 | 59 |
@content = split( /\n/, $response->content ); |
| 60 |
|
|
| 60 |
|
|
| 61 | 61 |
my $line = ""; |
| 62 | 62 |
my $count = $index{from};
|
| 63 | 63 |
my $label; |
Formats disponibles : Unified diff