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/ping/multiping
82 82
  print "graph_category network\n";
83 83
  print "graph_info This graph shows ping RTT statistics.\n";
84 84
  for (my $site=1; $site<=$#hosts+1; $site++) {
85
    my $item = lc($hosts[$site-1]); 
85
    my $item = lc($hosts[$site-1]);
86 86
    $item =~ s/\.//g;
87 87
    print "$item.label $names[$site-1]\n";
88 88
    print "$item.info Ping RTT statistics for $hosts[$site-1].\n";
......
94 94
}
95 95

  
96 96
for (my $site=1; $site<=$#hosts+1; $site++) {
97
  my $item = lc($hosts[$site-1]); 
97
  my $item = lc($hosts[$site-1]);
98 98
  $item =~ s/\.//g;
99 99
  my $host = $hosts[$site-1];
100 100
  my @ping = `$ping_cmd $ping_args $host $ping_args2`;

Formats disponibles : Unified diff