diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2014-07-10 10:00:21 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2014-07-10 10:00:21 +0400 |
commit | 01d47a4636a353c6133a7fb0c5160620e7764955 (patch) | |
tree | a8f8be2dbdeecddefa0ef66af4a38a5ce52ae983 /plugin | |
parent | 9150a0c7cbefefe6ffbd9ba19a37f159d86a8d2f (diff) | |
download | mariadb-git-01d47a4636a353c6133a7fb0c5160620e7764955.tar.gz |
Coding style fixes: remove trailing spaces.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/query_response_time/query_response_time.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/query_response_time/query_response_time.cc b/plugin/query_response_time/query_response_time.cc index b28962a5db4..47d42f6fc88 100644 --- a/plugin/query_response_time/query_response_time.cc +++ b/plugin/query_response_time/query_response_time.cc @@ -227,7 +227,7 @@ public: char time[TIME_STRING_BUFFER_LENGTH]; char total[TOTAL_STRING_BUFFER_LENGTH]; if(i == bound_count()) - { + { assert(sizeof(TIME_OVERFLOW) <= TIME_STRING_BUFFER_LENGTH); assert(sizeof(TIME_OVERFLOW) <= TOTAL_STRING_BUFFER_LENGTH); memcpy(time,TIME_OVERFLOW,sizeof(TIME_OVERFLOW)); |