diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2020-02-27 18:04:06 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2020-02-27 18:12:47 +0400 |
commit | a346ff353e4909f96b6cdf1c997cd168b59b004f (patch) | |
tree | 112e218c15e8ede21a3b48ba6bfc6451ba35b34f /sql/item_func.h | |
parent | 127fee998f7275485aeca91ad82030e6f796d809 (diff) | |
download | mariadb-git-a346ff353e4909f96b6cdf1c997cd168b59b004f.tar.gz |
cleanup trailing ws
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 2 |
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) |