mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
field_conv.cc:
Identation fix
This commit is contained in:
@ -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, ' ');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user