Commit 1042a275 authored by bar@mysql.com's avatar bar@mysql.com

field_conv.cc:

  Identation fix
parent 45fe5e74
...@@ -347,7 +347,7 @@ static void do_cut_string(Copy_field *copy) ...@@ -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, ' ');
} }
......
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