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-smtp-handler-statistics
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