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