Remove double space

This commit is contained in:
Marc Würth 2015-09-16 18:09:10 +02:00
parent 31c671d8ca
commit a64d10458c

View file

@ -2844,7 +2844,7 @@ sub mysql_innodb {
. hr_bytes( $enginestats{'InnoDB'} ) . ""; . hr_bytes( $enginestats{'InnoDB'} ) . "";
} }
else { else {
badprint "InnoDB buffer pool / data size: " badprint "InnoDB buffer pool / data size: "
. hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . "/" . hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . "/"
. hr_bytes( $enginestats{'InnoDB'} ) . ""; . hr_bytes( $enginestats{'InnoDB'} ) . "";
push( @adjvars, push( @adjvars,