mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
field_conv.cc:
Identation fix sql/field_conv.cc: Identation fix
This commit is contained in:
parent
dce0304a42
commit
b18b97aace
1 changed files with 1 additions and 1 deletions
|
@ -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, ' ');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue