summaryrefslogtreecommitdiff
path: root/sql/threadpool.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-05-29 12:21:27 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2020-05-29 13:05:35 +0200
commit213265130e9b1d38d0ae0b59d1c36a5e6257d95a (patch)
tree4b29a7f6bdc0ea638932175c65cb852f8ec2ae92 /sql/threadpool.h
parent5bf9e0f875ef8d7cec84bd0cadeab9973c439e5b (diff)
downloadmariadb-git-213265130e9b1d38d0ae0b59d1c36a5e6257d95a.tar.gz
Remove some trailing whitespaces.
Diffstat (limited to 'sql/threadpool.h')
-rw-r--r--sql/threadpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/threadpool.h b/sql/threadpool.h
index 742c357dade..a392d11c15e 100644
--- a/sql/threadpool.h
+++ b/sql/threadpool.h
@@ -138,7 +138,7 @@ struct TP_pool
#ifdef _WIN32
struct TP_pool_win:TP_pool
{
- TP_pool_win();
+ TP_pool_win();
virtual int init();
virtual ~TP_pool_win();
virtual TP_connection *new_connection(CONNECT *c);