summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 603d7123a6f..2aca3e1fabb 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -544,8 +544,8 @@ public:
cmp_item_row(): comparators(0), n(0) {}
~cmp_item_row()
{
- if(comparators)
- for(uint i= 0; i < n; i++)
+ if (comparators)
+ for (uint i= 0; i < n; i++)
if (comparators[i])
delete comparators[i];
}