0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 9.1.0581: Various lines are indented inconsistently

Problem:  style: Various lines are indented inconsistently
Solution: Retab these lines and correct some comments.
          (zeertzjq)

closes: #15259

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2024-07-14 10:20:20 +02:00
committed by Christian Brabandt
parent 90a800274d
commit d9be94cf03
22 changed files with 55 additions and 54 deletions

View File

@@ -6195,7 +6195,7 @@ object_tv2string(
r = (char_u *)"object of [unknown]";
}
else if (copyID != 0 && obj->obj_copyID == copyID
&& obj->obj_class->class_obj_member_count != 0)
&& obj->obj_class->class_obj_member_count != 0)
{
size_t n = 25 + strlen((char *)obj->obj_class->class_name);
r = alloc(n);