summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2020-02-27 18:04:06 +0400
committerSergey Vojtovich <svoj@mariadb.org>2020-02-27 18:12:47 +0400
commita346ff353e4909f96b6cdf1c997cd168b59b004f (patch)
tree112e218c15e8ede21a3b48ba6bfc6451ba35b34f /sql/item_func.h
parent127fee998f7275485aeca91ad82030e6f796d809 (diff)
downloadmariadb-git-a346ff353e4909f96b6cdf1c997cd168b59b004f.tar.gz
cleanup trailing ws
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 2ff806492cf..3771992d617 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -2692,7 +2692,7 @@ class Item_func_get_lock final :public Item_func_lock
};
-class Item_func_release_all_locks final :public Item_func_lock
+class Item_func_release_all_locks final :public Item_func_lock
{
public:
Item_func_release_all_locks(THD *thd): Item_func_lock(thd)