mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Indentation cleanup
This commit is contained in:
parent
283a8a16f6
commit
cf417ede65
1 changed files with 2 additions and 0 deletions
|
@ -294,8 +294,10 @@ public:
|
|||
~analyse()
|
||||
{
|
||||
if (f_info)
|
||||
{
|
||||
for (field_info **f=f_info; f != f_end; f++)
|
||||
delete (*f);
|
||||
}
|
||||
}
|
||||
virtual void add() {}
|
||||
virtual bool change_columns(List<Item> &fields);
|
||||
|
|
Loading…
Reference in a new issue