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/mysql/mysql_size_all
48 48
my $COMMAND;
49 49
my $MYSQLADMIN = $ENV{mysqladmin} || "mysql";
50 50

  
51
my %WANTED = ( "Index"  => "index", 
51
my %WANTED = ( "Index"  => "index",
52 52
               "Datas" => "datas",
53 53
             );
54 54

  
......
170 170
sub getDBList {
171 171
  my @dbs;
172 172
  foreach my $f (glob("/var/lib/mysql/*")) {
173
    if (-d $f) { 
173
    if (-d $f) {
174 174
      $f =~ s/\@002d/-/g;
175 175
      $f =~ s!.*/!!;
176 176
      @dbs[$#dbs+1]=$f };

Formats disponibles : Unified diff