field_conv.cc:

Identation fix
This commit is contained in:
bar@mysql.com 2005-07-11 16:51:39 +05:00
parent 45fe5e74d8
commit 1042a275fe

View File

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