Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| 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