Commit b18b97aa authored by unknown's avatar unknown

field_conv.cc:

  Identation fix


sql/field_conv.cc:
  Identation fix
parent dce0304a
......@@ -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, ' ');
}
......
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