summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2010-07-28 08:38:28 +0300
committerVasil Dimov <vasil.dimov@oracle.com>2010-07-28 08:38:28 +0300
commitc02859352b8fa769da771eb254f8694f245517cc (patch)
treee9f8d46b8c7e35f1e823a6330293d44e2b2dafb5 /storage
parent84a827018c9b7b36f8a94e0e209c9292dd436549 (diff)
downloadmariadb-git-c02859352b8fa769da771eb254f8694f245517cc.tar.gz
Remove trailing whitespace on ha_innodb.cc:574
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/handler/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc
index bf0c5528933..8778c705d5a 100644
--- a/storage/innobase/handler/ha_innodb.cc
+++ b/storage/innobase/handler/ha_innodb.cc
@@ -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);