Commit cf417ede authored by unknown's avatar unknown

Indentation cleanup

parent 283a8a16
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment