Remove trailing whitespace on ha_innodb.cc:574

This commit is contained in:
Vasil Dimov 2010-07-28 08:38:28 +03:00
parent e168621d61
commit c402eccf79

View File

@ -571,7 +571,7 @@ innodb_show_status(
THD* thd, /*!< in: the MySQL query thread of the caller */
stat_print_fn *stat_print);
static
bool innobase_show_status(handlerton *hton, THD* thd,
bool innobase_show_status(handlerton *hton, THD* thd,
stat_print_fn* stat_print,
enum ha_stat_type stat_type);