mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +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)
|
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, ' ');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user