Skip to content

Commit ddf0f82

Browse files
committed
Merge pull request #127 from ravage84/patch-1
Remove double space
2 parents 31c671d + a64d104 commit ddf0f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysqltuner.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2844,7 +2844,7 @@ sub mysql_innodb {
28442844
. hr_bytes( $enginestats{'InnoDB'} ) . "";
28452845
}
28462846
else {
2847-
badprint "InnoDB buffer pool / data size: "
2847+
badprint "InnoDB buffer pool / data size: "
28482848
. hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . "/"
28492849
. hr_bytes( $enginestats{'InnoDB'} ) . "";
28502850
push( @adjvars,
@@ -3555,4 +3555,4 @@ =head1 COPYRIGHT AND LICENSE
35553555
# indent-tabs-mode: t
35563556
# cperl-indent-level: 8
35573557
# perl-indent-level: 8
3558-
# End:
3558+
# End:

0 commit comments

Comments
 (0)