field_conv.cc:

Identation fix


sql/field_conv.cc:
  Identation fix
This commit is contained in:
unknown 2005-07-11 16:51:39 +05:00
parent dce0304a42
commit b18b97aace

View file

@ -347,7 +347,7 @@ static void do_cut_string(Copy_field *copy)
if (copy_length < copy->to_length)
cs->cset->fill(cs, copy->to_ptr + copy_length,
copy->to_length - copy_length, ' ');
copy->to_length - copy_length, ' ');
}