summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2014-07-10 10:00:21 +0400
committerSergey Vojtovich <svoj@mariadb.org>2014-07-10 10:00:21 +0400
commit01d47a4636a353c6133a7fb0c5160620e7764955 (patch)
treea8f8be2dbdeecddefa0ef66af4a38a5ce52ae983 /plugin
parent9150a0c7cbefefe6ffbd9ba19a37f159d86a8d2f (diff)
downloadmariadb-git-01d47a4636a353c6133a7fb0c5160620e7764955.tar.gz
Coding style fixes: remove trailing spaces.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/query_response_time/query_response_time.cc2
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));