diff options
author | unknown <bar@mysql.com> | 2005-07-11 16:51:39 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2005-07-11 16:51:39 +0500 |
commit | b18b97aace1ad49ce4fcb2ad634bc171ce289869 (patch) | |
tree | 13bc0255276f0f14bfbce0413b1e7033c2de9e17 /sql/field_conv.cc | |
parent | dce0304a42a7bcecc9db59a3ea7225bd8a56fe89 (diff) | |
download | mariadb-git-b18b97aace1ad49ce4fcb2ad634bc171ce289869.tar.gz |
field_conv.cc:
Identation fix
sql/field_conv.cc:
Identation fix
Diffstat (limited to 'sql/field_conv.cc')
-rw-r--r-- | sql/field_conv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field_conv.cc b/sql/field_conv.cc index 625586d8c9b..a447716a818 100644 --- a/sql/field_conv.cc +++ b/sql/field_conv.cc @@ -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, ' '); } |