Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/kamailio/kamailio_mysql_shared_memory | ||
|---|---|---|
| 93 | 93 |
my $MYSQLADMIN = $ENV{mysql} || "mysql";
|
| 94 | 94 |
my $COMMAND = "$MYSQLADMIN $ENV{mysqlauth} $ENV{kamailiodb} -e 'select * from statistics order by id desc limit 1\\G'";
|
| 95 | 95 |
|
| 96 |
my %WANTED = ( "shm_free_used_size" => "shmem_total",
|
|
| 96 |
my %WANTED = ( "shm_free_used_size" => "shmem_total", |
|
| 97 | 97 |
"shm_real_used_size" => "shmem_real_used", |
| 98 |
"shm_used_size" => "shmem_used",
|
|
| 98 |
"shm_used_size" => "shmem_used", |
|
| 99 | 99 |
); |
| 100 | 100 |
|
| 101 | 101 |
my %VALUE = ( "shmem_total" => 0, |
Formats disponibles : Unified diff