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-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